Searched refs:nd_push_snaplen (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/tcpdump/
H A Dnetdissect.c185 nd_push_snaplen(netdissect_options *ndo, const u_char *bp, const u_int newlen) function
H A Dprint-ip6.c310 if (!nd_push_snaplen(ndo, bp, len)) {
H A Dprint-ip.c380 if (!nd_push_snaplen(ndo, bp, len)) {
H A Dprint-ether.c309 if (!nd_push_snaplen(ndo, p, length)) {
H A Dprint-esp.c911 if (!nd_push_snaplen(ndo, pt, payloadlen - (padlen + 2))) {
922 /* Pop the nd_push_snaplen */
H A Dnetdissect.h266 extern WARN_UNUSED_RESULT int nd_push_snaplen(netdissect_options *, const u_char *, const u_int);

Completed in 185 milliseconds