Searched refs:st_local_send (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/stand/lib/sock/ |
H A D | sock_test.c | 80 static int st_local_send(int, const void *, size_t, int); 205 st_local_send(int sd, const void *msg, size_t len, int flags) in st_local_send() function 591 if ((send_cnt = st_local_send(g_sock_fd, buf, send_cnt, 0)) < 0) { in st_send() 774 if ((snd_cnt = st_local_send(newfd, buf, ret, 0)) < ret) { in st_echo()
|