Searched refs:bindresvport (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/include/rpc/
H A Drpc.h82 extern int bindresvport(int, struct sockaddr_in *);
/freebsd-11-stable/sys/rpc/
H A Drpc.h92 extern int bindresvport(int, struct sockaddr_in *);
H A Drpc_com.h113 extern int bindresvport(struct socket *so, struct sockaddr *sa);
H A Dsvc_generic.c248 if (bindresvport(so, NULL)) {
261 if (bindresvport(so,
H A Dclnt_rc.c169 bindresvport(so, NULL);
H A Drpc_generic.c782 bindresvport(struct socket *so, struct sockaddr *sa) function
/freebsd-11-stable/lib/libc/rpc/
H A DMakefile.inc5 SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \
47 MAN+= bindresvport.3 des_crypt.3 getnetconfig.3 getnetpath.3 getrpcent.3 \
53 MLINKS+= bindresvport.3 bindresvport_sa.3 \
H A Dbindresvport.c1 /* $NetBSD: bindresvport.c,v 1.19 2000/07/06 03:03:59 christos Exp $ */
32 static char *sccsid2 = "from: @(#)bindresvport.c 1.8 88/02/08 SMI";
33 static char *sccsid = "from: @(#)bindresvport.c 2.2 88/07/29 4.0 RPCSRC";
35 /* from: $OpenBSD: bindresvport.c,v 1.7 1996/07/30 16:25:47 downsj Exp $ */
64 bindresvport(int sd, struct sockaddr_in *sin) function
H A Drpc_soc.c132 bindresvport(fd, NULL);
229 bindresvport(fd, &sin);
H A Dsvc_generic.c238 if (bindresvport(fd, NULL) < 0) {
H A Dclnt_generic.c359 bindresvport(fd, NULL);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A DMakefile.in19 OPENBSD=base64.o basename.o bcrypt_pbkdf.o bindresvport.o blowfish.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt_long.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o reallocarray.o realpath.o rresvport.o setenv.o setproctitle.o sha1.o sha2.o rmd160.o md5.o sigact.o strcasestr.o strlcat.o strlcpy.o strmode.o strnlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp.o vis.o blowfish.o bcrypt_pbkdf.o explicit_bzero.o
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h479 #define bindresvport Rbindresvport macro
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlock_proc.c274 /* Get the FD of the client, for bindresvport. */
277 /* Regain root privileges, for bindresvport. */
288 bindresvport(clnt_fd, NULL);

Completed in 185 milliseconds