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

/illumos-gate/usr/src/stand/lib/sock/
H A Dsock_test.c80 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) function
591 if ((send_cnt = st_local_send(g_sock_fd, buf, send_cnt, 0)) < 0) {
774 if ((snd_cnt = st_local_send(newfd, buf, ret, 0)) < ret) {

Completed in 57 milliseconds