Searched refs:ndo_warning (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A Dprint-esp.c192 (*ndo->ndo_warning)(ndo, "espkey init failed");
262 (*ndo->ndo_warning)(ndo, "secret is too big: %d\n", len);
292 (*ndo->ndo_warning)(ndo, "failed to decode espsecret: %s\n", decode);
312 (*ndo->ndo_warning)(ndo, "failed to find cipher algo %s\n", decode);
358 (*ndo->ndo_warning)(ndo, "failed to decode espsecret: %s\n", decode);
390 (*ndo->ndo_warning)(ndo, "print_esp: failed to find all fields for ikev2 at %s:%u",
404 (*ndo->ndo_warning)(ndo, "print_esp: line %s:%u improperly formatted.",
407 (*ndo->ndo_warning)(ndo, "init=%s icookie=%s(%u) rcookie=%s(%u)",
503 (*ndo->ndo_warning)(ndo, "print_esp: failed to decode spi# %s\n", foo);
514 (*ndo->ndo_warning)(nd
[all...]
H A Dprint.c235 static void ndo_warning(netdissect_options *ndo, const char *fmt, ...)
439 ndo_warning(netdissect_options *ndo, const char *fmt, ...) function
477 ndo->ndo_warning=ndo_warning;
H A Dnetdissect.h210 void (*ndo_warning)(netdissect_options *, member in struct:netdissect_options

Completed in 94 milliseconds