Home
last modified time | relevance | path

Searched refs:ND_BYTES_AVAILABLE_AFTER (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-ascii.c70 caplength = (ndo->ndo_snapend > cp) ? ND_BYTES_AVAILABLE_AFTER(cp) : 0; in ascii_print()
116 caplength = (ndo->ndo_snapend > cp) ? ND_BYTES_AVAILABLE_AFTER(cp) : 0; in hex_and_ascii_print_with_offset()
184 caplength = (ndo->ndo_snapend > cp) ? ND_BYTES_AVAILABLE_AFTER(cp) : 0; in hex_print_with_offset()
H A Dprint-geneve.c233 if (ethertype_print(ndo, prot, bp, len, ND_BYTES_AVAILABLE_AFTER(bp), NULL, NULL) == 0) { in geneve_print()
235 ether_print(ndo, bp, len, ND_BYTES_AVAILABLE_AFTER(bp), NULL, NULL); in geneve_print()
H A Dprint-otv.c70 ether_print(ndo, bp, len - OTV_HDR_LEN, ND_BYTES_AVAILABLE_AFTER(bp), NULL, NULL); in otv_print()
H A Dprint-vxlan.c77 ether_print(ndo, bp, len - VXLAN_HDR_LEN, ND_BYTES_AVAILABLE_AFTER(bp), NULL, NULL); in vxlan_print()
H A Dprint-vxlan-gpe.c109 ether_print(ndo, bp, len, ND_BYTES_AVAILABLE_AFTER(bp), NULL, NULL); in vxlan_gpe_print()
H A Dprint-bcm-li.c100 ether_print(ndo, bp, length, ND_BYTES_AVAILABLE_AFTER(bp), NULL, NULL); in bcm_li_print()
H A Dprint-zeromq.c175 remaining_len = ND_BYTES_AVAILABLE_AFTER(cp); /* without the frame length */ in zmtp1_print_intermediate_part()
H A Dprint-chdlc.c110 return (ND_BYTES_AVAILABLE_AFTER(bp)); in chdlc_print()
H A Dprint-ip-demux.c211 ether_print(ndo, bp, length, ND_BYTES_AVAILABLE_AFTER(bp), NULL, NULL); in ip_demux_print()
H A Dprint-nsh.c252 ether_print(ndo, bp, next_len, ND_BYTES_AVAILABLE_AFTER(bp), NULL, NULL); in nsh_print()
H A Dutil-print.c472 if (ND_BYTES_AVAILABLE_AFTER(cp) < len_to_print) in print_unknown_data()
473 len_to_print = ND_BYTES_AVAILABLE_AFTER(cp); in print_unknown_data()
H A Dprint-fr.c285 ND_BYTES_AVAILABLE_AFTER(p)-addr_len-ETHERTYPE_LEN, in fr_print()
342 if (snap_print(ndo, p, length, ND_BYTES_AVAILABLE_AFTER(p), NULL, NULL, 0) == 0) { in fr_print()
H A Dprint-rip.c303 len = ND_BYTES_AVAILABLE_AFTER(dat); in rip_print()
H A Dprint-lisp.c383 ND_BYTES_AVAILABLE_AFTER(packet_iterator + packet_offset)); in lisp_print()
H A Dprint-gre.c223 ether_print(ndo, bp, len, ND_BYTES_AVAILABLE_AFTER(bp), NULL, NULL); in gre_print_0()
H A Dprint-ip.c483 ND_BYTES_AVAILABLE_AFTER((const u_char *)ip), in ip_print()
H A Dprint-ppp.c1362 u_int caplen = ND_BYTES_AVAILABLE_AFTER(p); in ppp_hdlc()
1404 length = ND_BYTES_AVAILABLE_AFTER(b); in ppp_hdlc()
H A Dprint-smb.c918 caplen = ND_BYTES_AVAILABLE_AFTER(data); in nbt_tcp_print()
1229 caplen = ND_BYTES_AVAILABLE_AFTER(data); in smb_tcp_print()
H A Dnetdissect.h395 #define ND_BYTES_AVAILABLE_AFTER(p) ND_BYTES_BETWEEN(ndo->ndo_snapend, (p)) macro
H A Dprint-tcp.c716 ND_BYTES_AVAILABLE_AFTER(bp), header_len); in tcp_print()
H A Dprint-openflow-1.0.c1031 ether_print(ndo, cp, len, ND_BYTES_AVAILABLE_AFTER(cp), NULL, NULL); in of10_packet_data_print()
H A Dprint-isoclns.c1380 print_unknown_data(ndo, pptr, "\n\t ", ND_BYTES_AVAILABLE_AFTER(pptr)); in esis_print()