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

  /external/tcpdump/
print-esp.c 164 (*ndo->ndo_warning)(ndo, "espkey init failed");
234 (*ndo->ndo_warning)(ndo, "secret is too big: %d\n", len);
264 (*ndo->ndo_warning)(ndo, "failed to decode espsecret: %s\n", decode);
284 (*ndo->ndo_warning)(ndo, "failed to find cipher algo %s\n", decode);
330 (*ndo->ndo_warning)(ndo, "failed to decode espsecret: %s\n", decode);
362 (*ndo->ndo_warning)(ndo, "print_esp: failed to find all fields for ikev2 at %s:%u",
376 (*ndo->ndo_warning)(ndo, "print_esp: line %s:%u improperly formatted.",
379 (*ndo->ndo_warning)(ndo, "init=%s icookie=%s(%u) rcookie=%s(%u)",
474 (*ndo->ndo_warning)(ndo, "print_esp: failed to decode spi# %s\n", foo);
488 (*ndo->ndo_warning)(ndo, "print_esp: can not decode IP# %s\n", spikey)
    [all...]
tcpdump.c 174 static void ndo_warning(netdissect_options *ndo, const char *fmt, ...)
1044 gndo->ndo_warning=ndo_warning;
2710 ndo_warning(netdissect_options *ndo _U_, const char *fmt, ...) function
    [all...]
netdissect.h 182 void (*ndo_warning)(netdissect_options *, member in struct:netdissect_options

Completed in 1225 milliseconds