Searched refs:bind_resv_port (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/conf/transp/ |
| H A D | transp_sockets.c | 118 bind_resv_port(int so, u_short *pp) in bind_resv_port() function 172 if (bind_resv_port(*sock, (u_short *) NULL) < 0) in get_mount_client() 199 if (bind_resv_port(*sock, (u_short *) NULL) < 0) in get_mount_client() 253 if (*soNFSp < 0 || bind_resv_port(*soNFSp, nfs_portp) < 0) { in create_nfs_service() 310 if (bind_resv_port(*tcp_soAMQp, &preferred_amq_port) < 0) { in create_amq_service() 353 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()
|
| H A D | transp_tli.c | 98 bind_resv_port(int td, u_short *pp) in bind_resv_port() function 202 if (bind_resv_port(*sock, (u_short *) NULL) < 0) in get_mount_client() 247 if (bind_resv_port(*sock, (u_short *) NULL) < 0) in get_mount_client()
|
| /netbsd-src/usr.sbin/ypserv/ypserv/ |
| H A D | ypserv.c | 94 static int bind_resv_port(int, sa_family_t, in_port_t); 390 if (bind_resv_port(s, bs->family, port) != 0) in main() 474 bind_resv_port(int sock, sa_family_t family, in_port_t port) in bind_resv_port() function
|
| /netbsd-src/usr.sbin/mountd/ |
| H A D | mountd.c | 224 static void bind_resv_port(int, sa_family_t, in_port_t); 466 bind_resv_port(udpsock, AF_INET, forcedport); in mountd_main() 486 bind_resv_port(tcpsock, AF_INET, forcedport); in mountd_main() 508 bind_resv_port(udp6sock, AF_INET6, forcedport); in mountd_main() 528 bind_resv_port(tcp6sock, AF_INET6, forcedport); in mountd_main() 2417 bind_resv_port(int sock, sa_family_t family, in_port_t port) in bind_resv_port() function
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | rpc_fwd.c | 184 if (bind_resv_port(fwd_sock, (u_short *) NULL) < 0) in fwd_init()
|
| /netbsd-src/external/bsd/am-utils/dist/include/ |
| H A D | am_utils.h | 292 extern int bind_resv_port(int, u_short *);
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | ChangeLog | 2974 (bind_resv_port, bind_resv_port_only_udp, get_autofs_address): 3197 * conf/transp/transp_sockets.c (bind_resv_port): allow the caller 9062 (create_nfs_service): use bind_resv_port() directly. ensure that
|