Searched refs:bind_resv_port (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/amd/conf/transp/ |
| HD | transp_sockets.c | 116 bind_resv_port(int so, u_short *pp) in bind_resv_port() function 170 if (bind_resv_port(*sock, (u_short *) NULL) < 0) in get_mount_client() 197 if (bind_resv_port(*sock, (u_short *) NULL) < 0) in get_mount_client() 251 if (*soNFSp < 0 || bind_resv_port(*soNFSp, nfs_portp) < 0) { in create_nfs_service() 308 if (bind_resv_port(*tcp_soAMQp, &preferred_amq_port) < 0) { in create_amq_service() 351 if (bind_resv_port(*udp_soAMQp, &preferred_amq_port) < 0) { in create_amq_service() 505 if (autofs_socket < 0 || bind_resv_port(autofs_socket, NULL) < 0) { in register_autofs_service()
|
| /freebsd-11-stable/contrib/amd/amd/ |
| HD | rpc_fwd.c | 182 if (bind_resv_port(fwd_sock, (u_short *) NULL) < 0) in fwd_init()
|
| /freebsd-11-stable/contrib/amd/include/ |
| HD | am_utils.h | 286 extern int bind_resv_port(int, u_short *);
|
| /freebsd-11-stable/contrib/amd/ |
| HD | ChangeLog | 2968 (bind_resv_port, bind_resv_port_only_udp, get_autofs_address): 3191 * conf/transp/transp_sockets.c (bind_resv_port): allow the caller 9056 (create_nfs_service): use bind_resv_port() directly. ensure that
|