Searched refs:tlvhdr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/net/ |
| D | ieee8023ad_lacp.h | 99 struct tlvhdr { struct 147 struct tlvhdr ldu_tlv_actor; 149 struct tlvhdr ldu_tlv_partner; 151 struct tlvhdr ldu_tlv_collector; 153 struct tlvhdr ldu_tlv_term; 173 struct tlvhdr mdu_tlv; 175 struct tlvhdr mdu_tlv_term;
|
| D | ieee8023ad_lacp.c | 68 sizeof(struct tlvhdr) + sizeof(struct lacp_peerinfo) }, 70 sizeof(struct tlvhdr) + sizeof(struct lacp_peerinfo) }, 72 sizeof(struct tlvhdr) + sizeof(struct lacp_collectorinfo) }, 78 sizeof(struct tlvhdr) + sizeof(struct lacp_markerinfo) }, 84 sizeof(struct tlvhdr) + sizeof(struct lacp_markerinfo) }, 101 static int tlv_check(const void *, size_t, const struct tlvhdr *, 1918 tlv_check(const void *p, size_t size, const struct tlvhdr *tlv, in tlv_check() 1932 tlv = (const struct tlvhdr *) in tlv_check()
|