Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/librdmacm/
H A Drsocket.h53 int rshutdown(int socket, int how);
H A Dpreload.c997 rshutdown(fd, how) : real.shutdown(fd, how); in shutdown()
H A Drsocket.c3224 int rshutdown(int socket, int how) in rshutdown() function
3304 rshutdown(socket, SHUT_RDWR); in rclose()
/freebsd/contrib/ofed/librdmacm/examples/
H A Dcommon.h51 #define rs_shutdown(s,h) use_rs ? rshutdown(s,h) : shutdown(s,h)
H A Drcopy.c386 rshutdown(rs, SHUT_RDWR); in server_run()
551 rshutdown(rs, SHUT_RDWR); in client_run()
H A Driostream.c530 rshutdown(rs, SHUT_RDWR); in run()
551 rshutdown(rs, SHUT_RDWR); in run()