Home
last modified time | relevance | path

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

/third_party/NuttX/fs/nfs/
Drpc.h544 uint8_t rc_sotype; /* Type of socket */ member
Drpc_clnt.c561 error = socket(rpc->rc_name->sa_family, rpc->rc_sotype, IPPROTO_TCP); in rpcclnt_reconnect()
678 error = socket(saddr->sa_family, rpc->rc_sotype, NFS_PROTOTYPE); in rpcclnt_connect()
Dnfs_adapter.c615 rpc->rc_sotype = nmp->nm_sotype; in nfs_bind()