Home
last modified time | relevance | path

Searched defs:output_buffer (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/tcpdump/
H A Dprint-esp.c195 u_char *input_buffer, *output_buffer; in esp_print_decrypt_buffer_by_ikev2() local
687 u_char *input_buffer, *output_buffer; in esp_print() local
/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_struct.h111 struct evbuffer *output_buffer; /* outgoing post or data */ member
/freebsd-13.1/contrib/libevent/sample/
H A Dhttps-client.c207 struct evbuffer *output_buffer; in main() local
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp_struct.h111 struct evbuffer *output_buffer; /* outgoing post or data */ member
/freebsd-13.1/usr.bin/fmt/
H A Dfmt.c250 static wchar_t *output_buffer = NULL; /* Output line will be built here */ variable