Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/sock/
H A Dsocket.c61 static ssize_t stream_sendto(int, const void *, size_t, int);
1042 bytes = stream_sendto(sock_id, msg, len, flags); in sendto()
1128 stream_sendto(int i, const void *msg, size_t len, int flags) in stream_sendto() function