Home
last modified time | relevance | path

Searched refs:databuf (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/tests/skywalk/
H A Dskt_filter.c88 static char databuf[2048]; variable
943 bytes = read(args->fd, databuf, sizeof(databuf)); in receiver_socket_thread()
1158 bytes = MIN(remain, sizeof(databuf)); in sender_socket_thread()
1159 bytes = write(fd, databuf, bytes); in sender_socket_thread()