Searched refs:tlvhdr (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/net/ |
H A D | trunklacp.h | 61 struct tlvhdr { struct 106 struct tlvhdr ldu_tlv_actor; 108 struct tlvhdr ldu_tlv_partner; 110 struct tlvhdr ldu_tlv_collector; 112 struct tlvhdr ldu_tlv_term; 173 struct tlvhdr mdu_tlv; 175 struct tlvhdr mdu_tlv_term;
|
H A D | trunklacp.c | 61 sizeof(struct tlvhdr) + sizeof(struct lacp_peerinfo) }, 63 sizeof(struct tlvhdr) + sizeof(struct lacp_peerinfo) }, 65 sizeof(struct tlvhdr) + sizeof(struct lacp_collectorinfo) }, 71 sizeof(struct tlvhdr) + sizeof(struct lacp_markerinfo) }, 77 sizeof(struct tlvhdr) + sizeof(struct lacp_markerinfo) }, 96 int tlv_check(const void *, size_t, const struct tlvhdr *, 1738 tlv_check(const void *p, size_t size, const struct tlvhdr *tlv, in tlv_check() 1752 tlv = (const struct tlvhdr *) in tlv_check()
|