Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcpdump/
H A Daddrtoname.c275 (*ndo->ndo_error)(ndo, in getname()
337 (*ndo->ndo_error)(ndo, in getname6()
351 (*ndo->ndo_error)(ndo, "getname6: strdup(cp)"); in getname6()
383 (*ndo->ndo_error)(ndo, "lookup_emem: calloc"); in lookup_emem()
474 (*ndo->ndo_error)(ndo, "lookup_nsap: malloc"); in lookup_nsap()
479 (*ndo->ndo_error)(ndo, "lookup_nsap: calloc"); in lookup_nsap()
531 (*ndo->ndo_error)(ndo, in etheraddr_string()
894 (*ndo->ndo_error)(ndo, in init_protoidarray()
948 (*ndo->ndo_error)(ndo, in init_etherarray()
969 (*ndo->ndo_error)(ndo, in init_etherarray()
[all …]
H A Dprint.c232 static void ndo_error(netdissect_options *ndo,
306 (*ndo->ndo_error)(ndo, in get_if_printer()
310 (*ndo->ndo_error)(ndo, in get_if_printer()
414 ndo_error(netdissect_options *ndo, const char *fmt, ...) in ndo_error() function
463 ndo_error(ndo, "Unable to write output: %s", pcap_strerror(errno)); in ndo_printf()
472 ndo->ndo_error=ndo_error; in ndo_set_function_pointers()
H A Dprint-esp.c244 (*ndo->ndo_error)(ndo, "can't allocate memory for encrypted data buffer"); in esp_print_decrypt_buffer_by_ikev2()
260 (*ndo->ndo_error)(ndo, "can't allocate memory for decryption buffer"); in esp_print_decrypt_buffer_by_ikev2()
289 (*ndo->ndo_error)(ndo, "ran out of memory to allocate sa structure"); in esp_print_addsa()
310 (*ndo->ndo_error)(ndo, "invalid hex digit %c in espsecret\n", hex); in hexdigit()
542 (*ndo->ndo_error)(ndo, "print_esp: can't open %s: %s\n", in esp_print_decode_onesecret()
817 (*ndo->ndo_error)(ndo, "can't allocate memory for encrypted data buffer"); in esp_print()
833 (*ndo->ndo_error)(ndo, "can't allocate memory for decryption buffer"); in esp_print()
H A Dprint-atalk.c604 (*ndo->ndo_error)(ndo, in ataddr_string()
624 (*ndo->ndo_error)(ndo, in ataddr_string()
637 (*ndo->ndo_error)(ndo, "ataddr_string: strdup(nambuf)"); in ataddr_string()
H A Dprint-tcp.c289 (*ndo->ndo_error)(ndo, in tcp_print()
340 (*ndo->ndo_error)(ndo, in tcp_print()
H A Dnetdissect.h194 void (*ndo_error)(netdissect_options *, member
H A Dprint-decnet.c1237 (*ndo->ndo_error)(ndo, "dnnum_string: malloc"); in dnnum_string()