Lines Matching defs:ndo
53 #define resp_print_empty(ndo) ND_PRINT(" empty") argument
54 #define resp_print_null(ndo) ND_PRINT(" null") argument
55 #define resp_print_length_too_large(ndo) ND_PRINT(" length too large") argument
56 #define resp_print_length_negative(ndo) ND_PRINT(" length negative and not -1") argument
57 #define resp_print_invalid(ndo) ND_PRINT(" invalid") argument
210 resp_print(netdissect_options *ndo, const u_char *bp, u_int length) in resp_print()
242 resp_parse(netdissect_options *ndo, const u_char *bp, int length) in resp_parse()
272 resp_print_simple_string(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_simple_string()
277 resp_print_integer(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_integer()
282 resp_print_error(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_error()
287 resp_print_string_error_integer(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_string_error_integer()
322 resp_print_bulk_string(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_bulk_string()
368 resp_print_bulk_array(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_bulk_array()
407 resp_print_inline(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_inline()
454 resp_get_length(netdissect_options *ndo, const u_char *bp, int len, const u_char **endp) in resp_get_length()