Searched refs:rshutdown (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ofed/librdmacm/ |
H A D | rsocket.h | 53 int rshutdown(int socket, int how);
|
H A D | preload.c | 997 rshutdown(fd, how) : real.shutdown(fd, how); in shutdown()
|
H A D | rsocket.c | 3224 int rshutdown(int socket, int how) in rshutdown() function 3304 rshutdown(socket, SHUT_RDWR); in rclose()
|
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | common.h | 51 #define rs_shutdown(s,h) use_rs ? rshutdown(s,h) : shutdown(s,h)
|
H A D | rcopy.c | 386 rshutdown(rs, SHUT_RDWR); in server_run() 551 rshutdown(rs, SHUT_RDWR); in client_run()
|
H A D | riostream.c | 530 rshutdown(rs, SHUT_RDWR); in run() 551 rshutdown(rs, SHUT_RDWR); in run()
|