Searched refs:rsendto (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.h61 ssize_t rsendto(int socket, const void *buf, size_t len, int flags,
H A Drsocket.c2772 ssize_t rsendto(int socket, const void *buf, size_t len, int flags, function
H A Dpreload.c424 rs.sendto = dlsym(RTLD_DEFAULT, "rsendto");
838 rsendto(fd, buf, len, flags, dest_addr, addrlen) :
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dcommon.h58 use_rs ? rsendto(s,b,l,f,a,al) : sendto(s,b,l,f,a,al)

Completed in 80 milliseconds