Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-resp.c64 static int resp_print_inline(netdissect_options *, const u_char *, int);
253 default: ret_len = resp_print_inline(ndo, bp, length); break; in resp_parse()
403 resp_print_inline(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_inline() function