Home
last modified time | relevance | path

Searched refs:tlv_length (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dprint-ospf.c185 u_int tlv_type, tlv_length; in ospf_grace_lsa_print() local
202 tlv_length); in ospf_grace_lsa_print()
253 if (tlv_length%4 != 0) in ospf_grace_lsa_print()
254 tlv_length+=4-(tlv_length%4); in ospf_grace_lsa_print()
255 ls_length-=tlv_length; in ospf_grace_lsa_print()
256 tptr+=tlv_length; in ospf_grace_lsa_print()
289 tlv_length); in ospf_te_lsa_print()
313 tlv_length-=4; in ospf_te_lsa_print()
505 if (tlv_length%4 != 0) in ospf_te_lsa_print()
506 tlv_length+=4-(tlv_length%4); in ospf_te_lsa_print()
[all …]
H A Dprint-nflog.c61 nd_uint16_t tlv_length; /* tlv length */ member
173 size = GET_HE_U_2(tlv->tlv_length); in nflog_if_print()
/dragonfly/contrib/libpcap/
H A Dpcap-common.c1624 tlv->tlv_length = SWAPSHORT(tlv->tlv_length); in swap_nflog_header()
1627 size = tlv->tlv_length; in swap_nflog_header()
/dragonfly/sys/net/lagg/
H A Dieee8023ad_lacp.h101 uint8_t tlv_length; member
112 (tlv)->tlv_length = sizeof(*tlv) + (length); \
H A Dieee8023ad_lacp.c1981 tlv->tlv_length != tmpl->tmpl_length) { in tlv_check()
1988 ((const char *)tlv + tlv->tlv_length); in tlv_check()
/dragonfly/contrib/libpcap/pcap/
H A Dnflog.h51 uint16_t tlv_length; /* tlv length */ member