Searched refs:buflen (Results 1 – 2 of 2) sorted by relevance
/support/ |
A D | xsendto.c | 26 xsendto (int fd, const void *buf, size_t buflen, int flags, in xsendto() argument 29 ssize_t ret = sendto (fd, buf, buflen, flags, sa, salen); in xsendto() 32 fd, buflen, sa->sa_family); in xsendto() 33 if (ret != buflen) in xsendto() 34 FAIL_EXIT1 ("sendto (%d) sent %zd bytes instead of %zu", fd, ret, buflen); in xsendto()
|
A D | xrecvfrom.c | 26 xrecvfrom (int fd, void *buf, size_t buflen, int flags, in xrecvfrom() argument 29 ssize_t ret = recvfrom (fd, buf, buflen, flags, sa, salen); in xrecvfrom() 31 FAIL_EXIT1 ("error: recvfrom (%d), %zu bytes buffer: %m", fd, buflen); in xrecvfrom()
|
Completed in 4 milliseconds