Home
last modified time | relevance | path

Searched refs:NET_BUFSIZE (Results 1 – 9 of 9) sorted by last modified time

/qemu/net/
H A Dtap.c55 uint8_t buf[NET_BUFSIZE];
H A Dcolo-compare.c47 #define COMPARE_READ_LEN_MAX NET_BUFSIZE
H A Dnet.c799 if (offset > NET_BUFSIZE) { in nc_sendv_compat()
869 if (size > NET_BUFSIZE) { in qemu_sendv_packet_async()
H A Dstream.c151 char buf1[NET_BUFSIZE]; in net_stream_send()
H A Dsocket.c160 uint8_t buf1[NET_BUFSIZE]; in net_socket_send()
H A Dvde.c42 uint8_t buf[NET_BUFSIZE]; in vde_to_qemu()
H A Dfilter-mirror.c34 #define REDIRECTOR_MAX_LEN NET_BUFSIZE
/qemu/include/net/
H A Dnet.h19 #define NET_BUFSIZE (4096 + 65536) macro
142 uint8_t buf[NET_BUFSIZE];
/qemu/tests/qtest/
H A Dvirtio-net-test.c337 opts.arg = (gpointer)NET_BUFSIZE; in register_virtio_net_test()