Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dnetdissect.h218 jmp_buf ndo_early_end; /* jmp_buf for setjmp()/longjmp() */ member
274 longjmp(ndo->ndo_early_end, ND_TRUNCATED); in nd_trunc_longjmp()
H A Dprint.c414 switch (setjmp(ndo->ndo_early_end)) { in pretty_print_packet()