Home
last modified time | relevance | path

Searched refs:bindresvport (Results 1 – 13 of 13) sorted by relevance

/netbsd/lib/libc/rpc/
H A Dbindresvport.c63 __weak_alias(bindresvport,_bindresvport) in __weak_alias() argument
71 bindresvport(int sd, struct sockaddr_in *brsin) in __weak_alias()
H A DMakefile.inc6 SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c \
21 MAN+= bindresvport.3 getnetconfig.3 getnetpath.3 getrpcent.3 getrpcport.3 \
25 MLINKS+= bindresvport.3 bindresvport_sa.3 \
H A Drpc_soc.c159 (void)bindresvport(fd, NULL); in clnt_com_create()
257 (void)bindresvport(fd, &sccsin); in svc_com_create()
H A Dsvc_generic.c243 if (bindresvport(fd, NULL) < 0) { in svc_tli_create()
H A Dclnt_generic.c324 (void)bindresvport(fd, NULL); in clnt_tli_create()
/netbsd/include/rpc/
H A Drpc.h81 extern int bindresvport(int, struct sockaddr_in *);
/netbsd/tests/fs/common/
H A DMakefile19 SRCS+= bindresvport.c clnt_bcast.c clnt_dg.c clnt_generic.c clnt_vc.c \
/netbsd/external/bsd/am-utils/dist/conf/mount/
H A Dmount_linux.c543 if (bindresvport(mnt_data->fd, NULL) < 0) { in mount_linux_nfs()
/netbsd/lib/libc/net/
H A Drcmd.c564 if (bindresvport(s, (struct sockaddr_in *)(void *)sa) < 0) { in rresvport_af_addr()
/netbsd/lib/libc/include/
H A Dnamespace.h222 #define bindresvport _bindresvport macro
/netbsd/usr.sbin/makemandb/
H A Dnostem.txt218 bindresvport
/netbsd/distrib/sets/lists/comp/
H A Dmi6619 ./usr/share/man/cat3/bindresvport.0 comp-c-catman .cat
15120 ./usr/share/man/html3/bindresvport.html comp-c-htmlman html
23458 ./usr/share/man/man3/bindresvport.3 comp-c-man .man
/netbsd/doc/
H A DCHANGES.prev5414 libc: add bindresvport_sa(3), which is bindresvport(3) with address