Home
last modified time | relevance | path

Searched refs:IPPORT_RESERVED (Results 1 – 20 of 20) sorted by relevance

/original-bsd/usr.bin/rlogin/
H A Dkcmd.c67 int lport = IPPORT_RESERVED - 1;
182 from.sin_port >= IPPORT_RESERVED) {
272 if (*alport == IPPORT_RESERVED/2) {
274 if (*alport == IPPORT_RESERVED) {
/original-bsd/bin/date/
H A Dnetdate.c72 for (port = IPPORT_RESERVED - 1; port > IPPORT_RESERVED / 2; port--) {
82 if (port == IPPORT_RESERVED / 2) {
/original-bsd/lib/libc/net/
H A Drcmd.c55 for (timo = 1, lport = IPPORT_RESERVED - 1;;) {
146 from.sin_port >= IPPORT_RESERVED ||
147 from.sin_port < IPPORT_RESERVED / 2) {
201 if (*alport == IPPORT_RESERVED/2) {
/original-bsd/sys/deprecated/bbnnet/
H A Din.h27 #define IPPORT_RESERVED 1024 macro
/original-bsd/lib/librpc/rpc/
H A Dbindresvport.c54 #define ENDPORT (IPPORT_RESERVED - 1)
/original-bsd/usr.sbin/timed/timedc/
H A Dcmds.c477 for (port = IPPORT_RESERVED - 1; port > IPPORT_RESERVED / 2; port--) { in priv_resources()
487 if (port == IPPORT_RESERVED / 2) { in priv_resources()
/original-bsd/sbin/routed/trace/
H A Dtrace.c55 myaddr.sin_port = htons(IPPORT_RESERVED-1);
/original-bsd/sys/netinet/
H A Din.h42 #define IPPORT_RESERVED 1024 macro
H A Din_pcb.c105 if (ntohs(lport) < IPPORT_RESERVED &&
117 if (head->inp_lport++ < IPPORT_RESERVED ||
119 head->inp_lport = IPPORT_RESERVED;
/original-bsd/libexec/rshd/
H A Drshd.c239 if (fromp->sin_port >= IPPORT_RESERVED ||
240 fromp->sin_port < IPPORT_RESERVED/2) {
265 int lport = IPPORT_RESERVED - 1;
274 if (port >= IPPORT_RESERVED) {
/original-bsd/sbin/routed/
H A Daf.c83 return (ntohs(sin->sin_port) <= IPPORT_RESERVED);
/original-bsd/usr.sbin/amd/amd/
H A Dutil.c285 port = IPPORT_RESERVED;
291 } while (rc < 0 && port > IPPORT_RESERVED/2);
/original-bsd/usr.sbin/amd/amq/
H A Damq.c600 for (alport = IPPORT_RESERVED-1; alport > IPPORT_RESERVED/2 + 1; alport--) {
/original-bsd/usr.sbin/lpr/common_source/
H A Dcommon.c104 int s, timo = 1, lport = IPPORT_RESERVED - 1;
/original-bsd/libexec/rlogind/
H A Drlogind.c210 fromp->sin_port >= IPPORT_RESERVED ||
211 fromp->sin_port < IPPORT_RESERVED/2) {
/original-bsd/usr.sbin/lpr/lpd/
H A Dlpd.c473 if (f->sin_family != AF_INET || f->sin_port >= IPPORT_RESERVED)
/original-bsd/contrib/emacs-18.57/etc/
H A Dmovemail.c439 int lport = IPPORT_RESERVED - 1;
/original-bsd/sbin/mountd/
H A Dmountd.c320 if (sport >= IPPORT_RESERVED && resvport_only) {
396 if (sport >= IPPORT_RESERVED && resvport_only) {
412 if (sport >= IPPORT_RESERVED && resvport_only) {
/original-bsd/usr.sbin/sendmail/src/
H A Ddaemon.c802 int rport = IPPORT_RESERVED - 1;
/original-bsd/sys/nfs/
H A Dnfs_socket.c203 tport = IPPORT_RESERVED - 1;
206 --tport > IPPORT_RESERVED / 2)