Searched refs:swrap_sendto (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h49 ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen);
107 #define sendto(s,buf,len,flags,to,tolen) swrap_sendto(s,buf,len,flags,to,tolen)
H A Dsocket_wrapper.c1666 _PUBLIC_ ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) function

Completed in 110 milliseconds