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

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.h54 int rclose(int socket);
H A Drsocket.c3295 int rclose(int socket) function
H A Dpreload.c430 rs.close = dlsym(RTLD_DEFAULT, "rclose");
665 rclose(dfd);
737 rclose(lfd);
778 rclose(fd);
1021 ret = (fdi->type == fd_rsocket) ? rclose(fdi->fd) : real.close(fdi->fd);
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Driostream.c398 rclose(lrs);
491 rclose(rs);
531 rclose(rs);
552 rclose(rs);
H A Drcopy.c223 rclose(rs);
387 rclose(rs);
412 rclose(rs);
552 rclose(rs);
H A Dcommon.h52 #define rs_close(s) use_rs ? rclose(s) : close(s)

Completed in 48 milliseconds