HomeSort by: relevance | last modified time | path
    Searched refs:nd_push_snaplen (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
netdissect.c 188 nd_push_snaplen(netdissect_options *ndo, const u_char *bp, const u_int newlen) function
print-ip6.c 313 if (!nd_push_snaplen(ndo, bp, ND_MIN(length, len))) {
print-ip.c 373 if (!nd_push_snaplen(ndo, bp, ND_MIN(length, len))) {
print-ether.c 312 if (!nd_push_snaplen(ndo, p, length)) {
print-esp.c 919 if (!nd_push_snaplen(ndo, pt, payloadlen - (padlen + 2))) {
930 /* Pop the nd_push_snaplen */
netdissect.h 275 extern WARN_UNUSED_RESULT int nd_push_snaplen(netdissect_options *, const u_char *, const u_int);

Completed in 27 milliseconds