Home
last modified time | relevance | path

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

/third_party/NuttX/fs/nfs/
Drpc_clnt.c175 nbytes = sendto(rpc->rc_so, call, reqlen, 0, in rpcclnt_send()
212 FD_SET((uint32_t)(rpc->rc_so), &fdreadset); in rpcclnt_receive()
217 ret = select(rpc->rc_so + 1, &fdreadset, 0, 0, &timeval); in rpcclnt_receive()
230 nbytes = recvfrom(rpc->rc_so, reply, resplen, 0, aname, &fromlen); in rpcclnt_receive()
281 FD_SET((uint32_t)(rpc->rc_so), &fdreadset); in rpcclnt_receive()
286 ret = select(rpc->rc_so + 1, &fdreadset, 0, 0, &timeval); in rpcclnt_receive()
299 nbytes = recvfrom(rpc->rc_so, (char *)reply + offset, resplen - offset, 0, aname, &fromlen); in rpcclnt_receive()
453 int sockfd = rpc->rc_so; in rpcclnt_alivecheck()
482 (void)close(rpc->rc_so); in rpcclnt_alivecheck()
483 rpc->rc_so = -1; in rpcclnt_alivecheck()
[all …]
Drpc.h541 int rc_so; /* RPC socket */ member
Dnfs_adapter.c617 rpc->rc_so = -1; in nfs_bind()
630 nmp->nm_so = nmp->nm_rpcclnt->rc_so; in nfs_bind()