Searched refs:ndo_warning (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | print-esp.c | 193 (*ndo->ndo_warning)(ndo, "print_esp: failed to decode spi# %s\n", foo); in esp_print_decode_onesecret() 215 (*ndo->ndo_warning)(ndo, "print_esp: can not decode IP# %s\n", spikey); in esp_print_decode_onesecret() 234 (*ndo->ndo_warning)(ndo, "failed to decode espsecret: %s\n", decode); in esp_print_decode_onesecret() 254 (*ndo->ndo_warning)(ndo, "failed to find cipher algo %s\n", decode); in esp_print_decode_onesecret() 272 (*ndo->ndo_warning)(ndo, "secret is too big: %d\n", len); in esp_print_decode_onesecret() 477 (*ndo->ndo_warning)(ndo, "espkey init failed"); in esp_print()
|
D | tcpdump.c | 114 static void ndo_warning(netdissect_options *ndo, const char *fmt, ...); 482 gndo->ndo_warning=ndo_warning; in main() 1449 ndo_warning(netdissect_options *ndo _U_, const char *fmt, ...) in ndo_warning() function
|
D | netdissect.h | 147 void (*ndo_warning)(netdissect_options *, member
|