Searched refs:resp_print_integer (Results 1 – 1 of 1) sorted by relevance
60 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