Searched refs:ndo_warning (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-esp.c | 201 (*ndo->ndo_warning)(ndo, "%s: espkey init failed", caller); in do_decrypt() 206 (*ndo->ndo_warning)(ndo, "%s: IV init failed", caller); in do_decrypt() 220 (*ndo->ndo_warning)(ndo, in do_decrypt() 246 (*ndo->ndo_warning)(ndo, in do_decrypt() 253 (*ndo->ndo_warning)(ndo, "%s: EVP_DecryptUpdate failed", in do_decrypt() 390 (*ndo->ndo_warning)(ndo, "secret is too big: %u\n", len); in espprint_decode_hex() 421 (*ndo->ndo_warning)(ndo, "failed to decode espsecret: %s\n", decode); in espprint_decode_encalgo() 452 (*ndo->ndo_warning)(ndo, "failed to find cipher algo %s (%s)\n", real_decode, decode); in espprint_decode_encalgo() 454 (*ndo->ndo_warning)(ndo, "failed to find cipher algo %s\n", decode); in espprint_decode_encalgo() 501 (*ndo->ndo_warning)(ndo, "failed to decode espsecret: %s\n", decode); in espprint_decode_authalgo() [all …]
|
H A D | print.c | 257 static void ndo_warning(netdissect_options *ndo, 550 ndo_warning(netdissect_options *ndo, const char *fmt, ...) in ndo_warning() function 589 ndo->ndo_warning=ndo_warning; in ndo_set_function_pointers()
|
H A D | netdissect.h | 268 void (*ndo_warning)(netdissect_options *, member
|