Lines Matching defs:ndo
57 #define resp_print_empty(ndo) ND_PRINT((ndo, " empty")) argument
58 #define resp_print_null(ndo) ND_PRINT((ndo, " null")) argument
59 #define resp_print_length_too_large(ndo) ND_PRINT((ndo, " length too large")) argument
60 #define resp_print_length_negative(ndo) ND_PRINT((ndo, " length negative and not -1")) argument
61 #define resp_print_invalid(ndo) ND_PRINT((ndo, " invalid")) argument
213 resp_print(netdissect_options *ndo, const u_char *bp, u_int length) in resp_print()
244 resp_parse(netdissect_options *ndo, register const u_char *bp, int length) in resp_parse()
275 resp_print_simple_string(netdissect_options *ndo, register const u_char *bp, int length) { in resp_print_simple_string()
280 resp_print_integer(netdissect_options *ndo, register const u_char *bp, int length) { in resp_print_integer()
285 resp_print_error(netdissect_options *ndo, register const u_char *bp, int length) { in resp_print_error()
290 resp_print_string_error_integer(netdissect_options *ndo, register const u_char *bp, int length) { in resp_print_string_error_integer()
325 resp_print_bulk_string(netdissect_options *ndo, register const u_char *bp, int length) { in resp_print_bulk_string()
371 resp_print_bulk_array(netdissect_options *ndo, register const u_char *bp, int length) { in resp_print_bulk_array()
410 resp_print_inline(netdissect_options *ndo, register const u_char *bp, int length) { in resp_print_inline()
457 resp_get_length(netdissect_options *ndo, register const u_char *bp, int len, const u_char **endp) in resp_get_length()