OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPPORT_RESERVED
(Results
1 - 25
of
35
) sorted by relevancy
1
2
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
netdb.d
74
IPPORT_RESERVED
183
enum
IPPORT_RESERVED
= 1024;
267
enum
IPPORT_RESERVED
= 1024;
351
enum
IPPORT_RESERVED
= 1024;
447
enum
IPPORT_RESERVED
= 1024;
542
enum
IPPORT_RESERVED
= 1024;
652
enum
IPPORT_RESERVED
= 1024;
823
enum
IPPORT_RESERVED
= 1024;
982
enum
IPPORT_RESERVED
= 1024;
/src/external/bsd/am-utils/dist/conf/transp/
transp_sockets.c
131
port =
IPPORT_RESERVED
;
137
} while (rc < 0 && (int) port >
IPPORT_RESERVED
/ 2);
264
if ((*nfs_portp = (*nfs_xprtp)->xp_port) >=
IPPORT_RESERVED
) {
513
if (autofs_xprt->xp_port >=
IPPORT_RESERVED
) {
transp_tli.c
121
port =
IPPORT_RESERVED
;
135
} while ((rc < 0 || errno == EADDRINUSE) && (int) port >
IPPORT_RESERVED
/ 2);
377
port =
IPPORT_RESERVED
;
391
} while ((rc < 0 || errno == EADDRINUSE) && (int) port >
IPPORT_RESERVED
/ 2);
/src/libexec/rshd/
rshd.c
342
if (ntohs(*portp) >=
IPPORT_RESERVED
343
|| ntohs(*portp) <
IPPORT_RESERVED
/ 2) {
368
int lport =
IPPORT_RESERVED
- 1;
374
if (port >=
IPPORT_RESERVED
) {
/src/usr.bin/chpass/
pw_yp.c
147
if (rpcport >=
IPPORT_RESERVED
) {
/src/sys/fs/nfs/common/
krpc_subr.c
256
tport =
IPPORT_RESERVED
;
262
tport >
IPPORT_RESERVED
/ 2);
/src/sys/netinet/
in.h
124
* Ports <
IPPORT_RESERVED
are reserved for privileged processes (e.g. root),
149
#define
IPPORT_RESERVED
1024
153
#define IPPORT_RESERVEDMAX (
IPPORT_RESERVED
-1)
sctp_pcb.c
1714
if (ntohs(lport) <
IPPORT_RESERVED
)
1775
if (port_attempt <
IPPORT_RESERVED
) {
1776
port_attempt +=
IPPORT_RESERVED
;
1790
if (port_attempt <
IPPORT_RESERVED
) {
1791
port_attempt +=
IPPORT_RESERVED
;
1805
if (port_attempt <
IPPORT_RESERVED
) {
1806
port_attempt +=
IPPORT_RESERVED
;
/src/usr.bin/passwd/
yp_passwd.c
290
if (rpcport >=
IPPORT_RESERVED
)
422
if (rpcport >=
IPPORT_RESERVED
)
/src/sys/nfs/
krpc_subr.c
263
tport =
IPPORT_RESERVED
;
268
tport >
IPPORT_RESERVED
/ 2);
nfs_srvsubs.c
326
ntohs(saddr->sin_port) >=
IPPORT_RESERVED
) {
/src/external/bsd/am-utils/dist/fixmount/
fixmount.c
499
for (alport =
IPPORT_RESERVED
- 1; alport >
IPPORT_RESERVED
/ 2 + 1; alport--) {
/src/lib/libc/net/
rcmd.c
218
for (timo = 1, lport =
IPPORT_RESERVED
- 1;;) {
325
(atoi(num) >=
IPPORT_RESERVED
||
326
atoi(num) <
IPPORT_RESERVED
/ 2)) {
587
if (*alport ==
IPPORT_RESERVED
/2) {
/src/usr.sbin/rpcbind/
security.c
155
(ntohs(sin->sin_port) <
IPPORT_RESERVED
));
/src/libexec/rlogind/
rlogind.c
343
if (ntohs(*portp) >=
IPPORT_RESERVED
||
344
ntohs(*portp) <
IPPORT_RESERVED
/2) {
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/netinet/
in_.d
81
enum
IPPORT_RESERVED
= 1024;
/src/usr.sbin/lpr/common_source/
common.c
136
int s, lport =
IPPORT_RESERVED
- 1;
/src/lib/libpam/modules/pam_unix/
pam_unix.c
282
if (rpcport >=
IPPORT_RESERVED
) {
/src/sys/fs/nfs/server/
nfs_nfsdkrpc.c
182
if (port >=
IPPORT_RESERVED
&&
/src/usr.sbin/ypserv/ypserv/
ypserv_proc.c
76
return (atoi(sbuf) >=
IPPORT_RESERVED
);
/src/external/bsd/am-utils/dist/amd/
nfs_prot_svc.c
126
ntohs(sinp->sin_port) >=
IPPORT_RESERVED
&&
/src/libexec/ftpd/
conf.c
423
minport = strsuftollx("minport", arg,
IPPORT_RESERVED
,
430
maxport = strsuftollx("maxport", p,
IPPORT_RESERVED
,
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/netinet/
in_.d
155
enum
IPPORT_RESERVED
= 1024;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/netinet/
in_.d
131
enum
IPPORT_RESERVED
= 1024;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/netinet/
in_.d
135
enum
IPPORT_RESERVED
= 1024;
Completed in 40 milliseconds
1
2
Indexes created Sun Jun 21 00:25:28 UTC 2026