Searched refs:st_local_recv (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/stand/lib/sock/ |
H A D | sock_test.c | 77 static int st_local_recv(int, void *, size_t, int); 226 st_local_recv(int sd, void *buf, size_t len, int flags) in st_local_recv() function 648 if ((ret = st_local_recv(g_sock_fd, buf, buf_len, 0)) <= 0) { in st_recv() 771 while ((ret = st_local_recv(newfd, buf, buf_len, 0)) > 0) { in st_echo()
|