Searched refs:tlvhdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/net/
H A Dieee8023ad_lacp.h98 struct tlvhdr { struct
146 struct tlvhdr ldu_tlv_actor;
148 struct tlvhdr ldu_tlv_partner;
150 struct tlvhdr ldu_tlv_collector;
152 struct tlvhdr ldu_tlv_term;
172 struct tlvhdr mdu_tlv;
174 struct tlvhdr mdu_tlv_term;
H A Dieee8023ad_lacp.c68 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 *,
1961 tlv_check(const void *p, size_t size, const struct tlvhdr *tlv,
1975 tlv = (const struct tlvhdr *)

Completed in 150 milliseconds