Home
last modified time | relevance | path

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

/titanic_41/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c84 int ct_sock; member
175 ct->ct_sock = *sockp;
372 *(int *)info = ct->ct_sock;
395 (void) close(ct->ct_sock);
419 FD_SET(ct->ct_sock, &mask);
437 switch (len = read(ct->ct_sock, buf, len)) {
463 if ((i = write(ct->ct_sock, buf, cnt)) == -1) {
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dclnt_btcp.c85 int ct_sock; member
224 ct->ct_sock = *sockp; in clntbtcp_create()
418 while ((inlen = recvfrom(ct->ct_sock, buf, len, 0, &from, in readtcp()
455 if ((i = sendto(ct->ct_sock, (void *)buf, cnt, 0,
513 (void) socket_close(ct->ct_sock); in clntbtcp_destroy()