Searched refs:nfs_portp (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/conf/transp/ |
| H A D | transp_sockets.c | 249 create_nfs_service(int *soNFSp, u_short *nfs_portp, SVCXPRT **nfs_xprtp, void (*dispatch_fxn)(struc… in create_nfs_service() argument 253 if (*soNFSp < 0 || bind_resv_port(*soNFSp, nfs_portp) < 0) { in create_nfs_service() 264 if ((*nfs_portp = (*nfs_xprtp)->xp_port) >= IPPORT_RESERVED) { in create_nfs_service()
|
| H A D | transp_tli.c | 407 bind_nfs_port(int unused_so, u_short *nfs_portp) in bind_nfs_port() argument 413 *nfs_portp = port; in bind_nfs_port() 423 create_nfs_service(int *soNFSp, u_short *nfs_portp, SVCXPRT **nfs_xprtp, void (*dispatch_fxn)(struc… in create_nfs_service() argument 450 if (*soNFSp < 0 || bind_nfs_port(*soNFSp, nfs_portp) < 0) { in create_nfs_service()
|
| /netbsd-src/external/bsd/am-utils/dist/include/ |
| H A D | am_utils.h | 386 extern int create_nfs_service(int *soNFSp, u_short *nfs_portp, SVCXPRT **nfs_xprtp, void (*dispatch…
|