Searched refs:bind_resv_port (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/amd/conf/transp/ |
| HD | transp_sockets.c | 120 bind_resv_port(int so, u_short *pp) in bind_resv_port() function 174 if (bind_resv_port(*sock, (u_short *) 0) < 0) in get_mount_client() 201 if (bind_resv_port(*sock, (u_short *) 0) < 0) in get_mount_client() 254 if (*soNFSp < 0 || bind_resv_port(*soNFSp, nfs_portp) < 0) { in create_nfs_service() 311 if (bind_resv_port(*tcp_soAMQp, &preferred_amq_port) < 0) { in create_amq_service() 354 if (bind_resv_port(*udp_soAMQp, &preferred_amq_port) < 0) { in create_amq_service() 512 if (autofs_socket < 0 || bind_resv_port(autofs_socket, NULL) < 0) { in register_autofs_service()
|
| /trueos/contrib/amd/amd/ |
| HD | rpc_fwd.c | 186 if (bind_resv_port(fwd_sock, (u_short *) 0) < 0) in fwd_init()
|
| /trueos/contrib/amd/include/ |
| HD | am_utils.h | 285 extern int bind_resv_port(int, u_short *);
|
| /trueos/contrib/netbsd-tests/fs/nfs/nfsservice/ |
| HD | mountd.c | 225 static void bind_resv_port __P((int, sa_family_t, in_port_t)); 432 bind_resv_port(udpsock, AF_INET, forcedport); in mountd_main() 455 bind_resv_port(tcpsock, AF_INET, forcedport); in mountd_main() 2540 bind_resv_port(int sock, sa_family_t family, in_port_t port) in bind_resv_port() function
|
| /trueos/contrib/amd/ |
| HD | ChangeLog | 1908 (bind_resv_port, bind_resv_port_only_udp, get_autofs_address): 2131 * conf/transp/transp_sockets.c (bind_resv_port): allow the caller 7996 (create_nfs_service): use bind_resv_port() directly. ensure that
|