Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dclnt_tcp.c65 int ct_sock; member
173 ct->ct_sock = *sockp; in clnttcp_create()
381 *(int *)info = ct->ct_sock; in clnttcp_control()
454 (void) __close (ct->ct_sock); in clnttcp_destroy()
477 fd.fd = ct->ct_sock; in readtcp()
496 switch (len = __read (ct->ct_sock, buf, len)) in readtcp()
522 if ((i = __write (ct->ct_sock, buf, cnt)) == -1) in writetcp()
Dclnt_unix.c66 int ct_sock; member
158 ct->ct_sock = *sockp; in clntunix_create()
355 *(int *)info = ct->ct_sock; in clntunix_control()
428 (void) __close (ct->ct_sock); in clntunix_destroy()
545 fd.fd = ct->ct_sock; in readunix()
564 switch (len = __msgread (ct->ct_sock, buf, len)) in readunix()
590 if ((i = __msgwrite (ct->ct_sock, buf, cnt)) == -1) in writeunix()