Home
last modified time | relevance | path

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

/external/tcpdump/
Daddrtoname.c261 (*ndo->ndo_error)(ndo, in getname()
274 (*ndo->ndo_error)(ndo, "getname: strdup(intoa(addr))"); in getname()
316 (*ndo->ndo_error)(ndo, in getname6()
330 (*ndo->ndo_error)(ndo, "getname6: strdup(cp)"); in getname6()
362 (*ndo->ndo_error)(ndo, "lookup_emem: calloc"); in lookup_emem()
407 (*ndo->ndo_error)(ndo, "lookup_bytestring: calloc"); in lookup_bytestring()
413 (*ndo->ndo_error)(ndo, "lookup_bytestring: calloc"); in lookup_bytestring()
453 (*ndo->ndo_error)(ndo, "lookup_nsap: malloc"); in lookup_nsap()
458 (*ndo->ndo_error)(ndo, "lookup_nsap: calloc"); in lookup_nsap()
486 (*ndo->ndo_error)(ndo, "lookup_protoid: calloc"); in lookup_protoid()
[all …]
Dprint.c229 static void ndo_error(netdissect_options *ndo,
303 (*ndo->ndo_error)(ndo, in get_if_printer()
307 (*ndo->ndo_error)(ndo, in get_if_printer()
411 ndo_error(netdissect_options *ndo, const char *fmt, ...) in ndo_error() function
460 ndo_error(ndo, "Unable to write output: %s", pcap_strerror(errno)); in ndo_printf()
469 ndo->ndo_error=ndo_error; in ndo_set_function_pointers()
Dprint-esp.c268 (*ndo->ndo_error)(ndo, "ran out of memory to allocate sa structure"); in esp_print_addsa()
289 (*ndo->ndo_error)(ndo, "invalid hex digit %c in espsecret\n", hex); in hexdigit()
522 (*ndo->ndo_error)(ndo, "print_esp: can't open %s: %s\n", in esp_print_decode_onesecret()
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.c1251 (*ndo->ndo_error)(ndo, "dnnum_string: malloc"); in dnnum_string()