Home
last modified time | relevance | path

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

/netbsd/external/bsd/tcpdump/dist/
H A Dprint-ospf.c192 u_int tlv_type, tlv_length; in ospf_print_grace_lsa() local
209 tlv_length)); in ospf_print_grace_lsa()
260 if (tlv_length%4 != 0) in ospf_print_grace_lsa()
261 tlv_length+=4-(tlv_length%4); in ospf_print_grace_lsa()
262 ls_length-=tlv_length; in ospf_print_grace_lsa()
263 tptr+=tlv_length; in ospf_print_grace_lsa()
296 tlv_length)); in ospf_print_te_lsa()
321 tlv_length-=4; in ospf_print_te_lsa()
504 if (tlv_length%4 != 0) in ospf_print_te_lsa()
505 tlv_length+=4-(tlv_length%4); in ospf_print_te_lsa()
[all …]
H A Dprint-nflog.c111 size = tlv->tlv_length; in nflog_if_print()
/netbsd/sys/net/agr/
H A Dieee8023_tlv.h38 uint8_t tlv_length; member
49 (tlv)->tlv_length = sizeof(*tlv) + (length); \
H A Dieee8023_tlv.c47 tlv->tlv_length != tmpl->tmpl_length) { in tlv_check()
54 ((const char *)tlv + tlv->tlv_length); in tlv_check()
/netbsd/sys/net/lagg/
H A Dif_lagg_lacp.h66 uint8_t tlv_length; member
80 th->tlv_length = sizeof(*th) + l; in tlv_set()
H A Dif_lagg_lacp.c434 for (l = 0; l < len; l += th->tlv_length) { in tlv_parse()
440 if (th->tlv_length <= 0) in tlv_parse()
447 if (th->tlv_length - sizeof(*th) != list[i].tlv_l) in tlv_parse()
1413 du->ldu_tlv_term.tlv_length = 0; in lacp_lacpdu_mbuf()
2569 mdu->mdu_tlv_term.tlv_length = 0; in lacp_markerdu_mbuf()
/netbsd/external/bsd/libpcap/dist/
H A Dpcap-common.c1537 tlv->tlv_length = SWAPSHORT(tlv->tlv_length); in swap_nflog_header()
1540 size = tlv->tlv_length; in swap_nflog_header()
/netbsd/external/bsd/libpcap/dist/pcap/
H A Dnflog.h53 uint16_t tlv_length; /* tlv length */ member
/netbsd/sys/netinet/
H A Dsctp_asconf.c146 uint16_t tlv_length) in sctp_asconf_error_response() argument
168 error->length = tlv_length + sizeof(struct sctp_error_cause); in sctp_asconf_error_response()
176 tlv_length); in sctp_asconf_error_response()
185 memcpy(tlv, error_tlv, tlv_length); in sctp_asconf_error_response()