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

/freebsd-9.3-release/include/rpc/
H A Drpc.h82 extern int bindresvport(int, struct sockaddr_in *);
/freebsd-9.3-release/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.c244 if (bindresvport(so, NULL)) {
257 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-9.3-release/lib/libc/rpc/
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(sd, sin) function
H A DSymbol.map54 bindresvport;
H A Drpc_soc.c138 bindresvport(fd, NULL);
256 bindresvport(fd, &sin);
H A Dsvc_generic.c232 if (bindresvport(fd, NULL) < 0) {
H A Dclnt_generic.c359 bindresvport(fd, NULL);
/freebsd-9.3-release/contrib/tnftp/
H A Dtnftp.h479 #define bindresvport Rbindresvport macro
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dlock_proc.c281 /* Get the FD of the client, for bindresvport. */
284 /* Regain root privileges, for bindresvport. */
292 bindresvport(clnt_fd, NULL);

Completed in 189 milliseconds