Searched refs:cu_sock (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/ucblib/librpcsoc/ |
H A D | clnt_udp.c | 82 int cu_sock; member 192 cu->cu_sock = *sockp; 269 if (_sendto(cu->cu_sock, cu->cu_outbuf, outlen, 0, 291 FD_SET(cu->cu_sock, &mask); 379 inlen = _recvfrom(cu->cu_sock, cu->cu_inbuf, 489 *(int *)info = cu->cu_sock; 510 (void) close(cu->cu_sock);
|
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | clnt_budp.c | 79 int cu_sock; member 202 cu->cu_sock = *sockp; 262 (void) setsockopt(cu->cu_sock, SOL_SOCKET, SO_RCVTIMEO, 287 if (sendto(cu->cu_sock, cu->cu_outbuf, outlen, 0, 335 inlen = recvfrom(cu->cu_sock, cu->cu_inbuf, 467 (void) socket_close(cu->cu_sock);
|