Home
last modified time | relevance | path

Searched refs:stream_sendto (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c59 static ssize_t stream_sendto(int, const void *, size_t, int);
1041 bytes = stream_sendto(sock_id, msg, len, flags); in sendto()
1127 stream_sendto(int i, const void *msg, size_t len, int flags) in stream_sendto() function