Searched refs:my_flags (Results 1 – 1 of 1) sorted by relevance
/external/netperf/src/ |
D | nettest_omni.c | 2985 int my_flags = SPLICE_F_MOVE | SPLICE_F_NONBLOCK; /* values in recv_data_no_copy() local 3035 my_flags); in recv_data_no_copy() 3043 splice(pfd[0], NULL, fdnull, NULL, 1 << 30, my_flags); in recv_data_no_copy() 3083 int recv_pktinfo(SOCKET data_socket, char *message_ptr, int bytes_to_recv, int my_flags, struct so… in recv_pktinfo() argument 3143 int my_flags = 0; /* will we one day want to set MSG_WAITALL? */ in recv_data() local 3188 my_flags, in recv_data() 3197 my_flags, in recv_data() 3207 my_flags); in recv_data()
|