Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-tcp.c465 #define LENCHECK(l) { if ((l) > hlen) goto bad; ND_TCHECK_LEN(cp, l); } in tcp_print() macro
474 LENCHECK(datalen); in tcp_print()
480 LENCHECK(datalen); in tcp_print()
493 LENCHECK(i + 4); in tcp_print()
495 LENCHECK(i + 8); in tcp_print()
520 LENCHECK(datalen); in tcp_print()
526 LENCHECK(datalen); in tcp_print()
534 LENCHECK(datalen); in tcp_print()
563 LENCHECK(datalen); in tcp_print()
578 LENCHECK(1); in tcp_print()
[all …]