Searched refs:tlvhdr (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | ieee8023ad_lacp.h | 101 struct tlvhdr { struct 149 struct tlvhdr ldu_tlv_actor; 151 struct tlvhdr ldu_tlv_partner; 153 struct tlvhdr ldu_tlv_collector; 155 struct tlvhdr ldu_tlv_term; 175 struct tlvhdr mdu_tlv; 177 struct tlvhdr mdu_tlv_term;
|
| H A D | ieee8023ad_lacp.c | 77 sizeof(struct tlvhdr) + sizeof(struct lacp_peerinfo) }, 79 sizeof(struct tlvhdr) + sizeof(struct lacp_peerinfo) }, 81 sizeof(struct tlvhdr) + sizeof(struct lacp_collectorinfo) }, 87 sizeof(struct tlvhdr) + sizeof(struct lacp_markerinfo) }, 93 sizeof(struct tlvhdr) + sizeof(struct lacp_markerinfo) }, 110 static int tlv_check(const void *, size_t, const struct tlvhdr *, 2055 tlv_check(const void *p, size_t size, const struct tlvhdr *tlv, in tlv_check() 2069 tlv = (const struct tlvhdr *) in tlv_check()
|