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

/macosx-10.10.1/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-osf3.h30 int rresvport(int *);
H A Dos-sunos4.h141 int rresvport(int *);
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Drresvport.c1 /* $OpenBSD: rresvport.c,v 1.9 2005/11/10 10:00:17 espie Exp $ */
32 /* OPENBSD ORIGINAL: lib/libc/net/rresvport.c */
51 rresvport(int *alport)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Drcmd.c69 extern int rresvport(int *alport) function
141 s = rresvport(&lport);
234 int s2 = rresvport(&lport), s3;
/macosx-10.10.1/libpcap-48/libpcap/lbl/
H A Dos-sunos4.h141 int rresvport(int *);
/macosx-10.10.1/tcpdump-61/tcpdump/lbl/
H A Dos-sunos4.h141 int rresvport(int *);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixSock.c206 if (rresvport (&port) < 0)
/macosx-10.10.1/Libinfo-459/xcodescripts/
H A Dinstall_files.sh230 iruserok.3 iruserok_sa.3 rcmd_af.3 rresvport.3 rresvport_af.3 ruserok.3
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dtnftp.h480 #define rresvport Rrresvport macro
/macosx-10.10.1/Heimdal-398.1.2/appl/rsh/
H A Drsh.c852 priv_socket1 = rresvport(&priv_port1);
853 priv_socket2 = rresvport(&priv_port2);
H A Drshd.c663 errsock = rresvport (&priv_port);
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dunistd.h835 int rresvport(int *);
/macosx-10.10.1/Libinfo-459/util.subproj/
H A Drcmd.c227 * try to rresvport() to the same port. This will make rresvport()
350 rresvport(port) function
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c1125 rresvport(int a0) function
1130 idnLogPrintf(idn_log_level_trace, "stub rresvport() called\n");
1134 if ((p = GetProcAddress(DLLHANDLE, "rresvport")) == NULL) {
1135 FATAL("cannot find entry rresvport (%d)\n", GetLastError());

Completed in 243 milliseconds