HomeSort by relevance Sort by last modified time
    Searched refs:ndo_error (Results 1 - 7 of 7) sorted by null

  /external/tcpdump/
print.c 229 static void ndo_error(netdissect_options *ndo,
303 (*ndo->ndo_error)(ndo,
307 (*ndo->ndo_error)(ndo,
411 ndo_error(netdissect_options *ndo, const char *fmt, ...) function
460 ndo_error(ndo, "Unable to write output: %s", pcap_strerror(errno));
469 ndo->ndo_error=ndo_error;
addrtoname.c 76 * ndo_error() called on strdup(3) failure
261 (*ndo->ndo_error)(ndo,
274 (*ndo->ndo_error)(ndo, "getname: strdup(intoa(addr))");
316 (*ndo->ndo_error)(ndo,
330 (*ndo->ndo_error)(ndo, "getname6: strdup(cp)");
362 (*ndo->ndo_error)(ndo, "lookup_emem: calloc");
407 (*ndo->ndo_error)(ndo, "lookup_bytestring: calloc");
413 (*ndo->ndo_error)(ndo, "lookup_bytestring: calloc");
453 (*ndo->ndo_error)(ndo, "lookup_nsap: malloc");
458 (*ndo->ndo_error)(ndo, "lookup_nsap: calloc")
    [all...]
print-atalk.c 604 (*ndo->ndo_error)(ndo,
624 (*ndo->ndo_error)(ndo,
637 (*ndo->ndo_error)(ndo, "ataddr_string: strdup(nambuf)");
print-esp.c 268 (*ndo->ndo_error)(ndo, "ran out of memory to allocate sa structure");
289 (*ndo->ndo_error)(ndo, "invalid hex digit %c in espsecret\n", hex);
522 (*ndo->ndo_error)(ndo, "print_esp: can't open %s: %s\n",
print-tcp.c 289 (*ndo->ndo_error)(ndo,
340 (*ndo->ndo_error)(ndo,
    [all...]
netdissect.h 194 void (*ndo_error)(netdissect_options *, member in struct:netdissect_options
print-decnet.c     [all...]

Completed in 837 milliseconds