Home
last modified time | relevance | path

Searched refs:resp_print_error (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/tcpdump/
H A Dprint-resp.c63 static int resp_print_error(netdissect_options *, const u_char *, int);
252 case RESP_ERROR: ret_len = resp_print_error(ndo, bp, length); break; in resp_parse()
280 resp_print_error(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_error() function