Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcpdump/
Daddrtoname.c275 (*ndo->ndo_error)(ndo, in getname()
288 (*ndo->ndo_error)(ndo, "getname: strdup(intoa(addr))"); 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()
428 (*ndo->ndo_error)(ndo, "lookup_bytestring: calloc"); in lookup_bytestring()
434 (*ndo->ndo_error)(ndo, "lookup_bytestring: calloc"); in lookup_bytestring()
474 (*ndo->ndo_error)(ndo, "lookup_nsap: malloc"); in lookup_nsap()
479 (*ndo->ndo_error)(ndo, "lookup_nsap: calloc"); in lookup_nsap()
507 (*ndo->ndo_error)(ndo, "lookup_protoid: calloc"); in lookup_protoid()
[all …]
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()
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()
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()
Dprint-tcp.c289 (*ndo->ndo_error)(ndo, in tcp_print()
340 (*ndo->ndo_error)(ndo, in tcp_print()
Dnetdissect.h194 void (*ndo_error)(netdissect_options *, member
Dprint-decnet.c1237 (*ndo->ndo_error)(ndo, "dnnum_string: malloc"); in dnnum_string()