Searched refs:rshutdown (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.h53 int rshutdown(int socket, int how);
H A Drsocket.c3224 int rshutdown(int socket, int how) function
3304 rshutdown(socket, SHUT_RDWR);
H A Dpreload.c429 rs.shutdown = dlsym(RTLD_DEFAULT, "rshutdown");
997 rshutdown(fd, how) : real.shutdown(fd, how);
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Driostream.c530 rshutdown(rs, SHUT_RDWR);
551 rshutdown(rs, SHUT_RDWR);
H A Drcopy.c386 rshutdown(rs, SHUT_RDWR);
551 rshutdown(rs, SHUT_RDWR);
H A Dcommon.h51 #define rs_shutdown(s,h) use_rs ? rshutdown(s,h) : shutdown(s,h)

Completed in 151 milliseconds