Searched refs:safe_sendto_write (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 1619 safe_sendto_write(int fd, const void *buf, size_t sz, int flags, function 1643 return (safe_sendto_write(fd, buf, sz, flags, to, tolen)); 1649 return (safe_sendto_write(fd, buf, sz, 0, NULL, 0));
|
Completed in 46 milliseconds