Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-esp.c186 (*ndo->ndo_error)(ndo, "ran out of memory to allocate sa structure"); in esp_print_addsa()
207 (*ndo->ndo_error)(ndo, "invalid hex digit %c in espsecret\n", hex); in hexdigit()
Dtcpdump.c168 static void ndo_error(netdissect_options *ndo, const char *fmt, ...)
1043 gndo->ndo_error=ndo_error; in main()
2691 ndo_error(netdissect_options *ndo _U_, const char *fmt, ...) in ndo_error() function
Dnetdissect.h172 void (*ndo_error)(netdissect_options *, member