Searched refs:nd_push_buffer (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | netdissect.c | 149 nd_push_buffer(netdissect_options *ndo, u_char *new_buffer, in nd_push_buffer() function
|
H A D | print-esp.c | 322 if (!nd_push_buffer(ndo, pt, pt, ctlen)) { in esp_decrypt_buffer_by_ikev2_print() 884 if (!nd_push_buffer(ndo, pt, pt, payloadlen)) { in esp_print()
|
H A D | netdissect.h | 273 extern WARN_UNUSED_RESULT int nd_push_buffer(netdissect_options *, u_char *, const u_char *, const …
|
H A D | print-ppp.c | 1403 if (!nd_push_buffer(ndo, b, b, (u_int)(t - b))) { in ppp_hdlc()
|
H A D | CHANGES | 273 Fail if nd_push_buffer() or nd_push_snaplen() fails.
|