Home
last modified time | relevance | path

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

/third_party/NuttX/fs/nfs/
Drpc.h114 #define NFS_PROTOTYPE IPPROTO_TCP /* Default protocol to provide */ macro
116 #define NFS_PROTOTYPE IPPROTO_UDP
Drpc_clnt.c678 error = socket(saddr->sa_family, rpc->rc_sotype, NFS_PROTOTYPE); in rpcclnt_connect()
731 request.sdata.pmap.proc = txdr_unsigned(NFS_PROTOTYPE); in rpcclnt_connect()
806 request.sdata.pmap.proc = txdr_unsigned(NFS_PROTOTYPE); in rpcclnt_connect()
898 request.sdata.pmap.proc = txdr_unsigned(NFS_PROTOTYPE); in rpcclnt_umount()