Home
last modified time | relevance | path

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

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