Searched refs:rs_fcntl (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | common.h | 60 #define rs_fcntl(s,c,p) use_rs ? rfcntl(s,c,p) : fcntl(s,c,p) macro
|
H A D | udpong.c | 166 rs_fcntl(fd, F_SETFL, O_NONBLOCK); in set_options()
|
H A D | rstream.c | 299 rs_fcntl(fd, F_SETFL, O_NONBLOCK); in set_options()
|