Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-resp.c60 static int resp_print_integer(netdissect_options *, const u_char *, int);
249 case RESP_INTEGER: ret_len = resp_print_integer(ndo, bp, length); break; in resp_parse()
273 resp_print_integer(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_integer() function