HomeSort by: relevance | last modified time | path
    Searched refs:IPPORT_RESERVED (Results 1 - 25 of 26) sorted by relevancy

1 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;
in_pcb.c 403 if (ntohs(sin->sin_port) < IPPORT_RESERVED)
tcp_usrreq.c 1351 if (tmp < IPPORT_RESERVED)
1361 if (tmp < 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/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/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/libexec/ftpd/
conf.c 423 minport = strsuftollx("minport", arg, IPPORT_RESERVED,
430 maxport = strsuftollx("maxport", p, IPPORT_RESERVED,
ftpcmd.y 1863 if (atoi(s1) < IPPORT_RESERVED || strcmp(h1, h2) != 0)
ftpd.c 413 l < IPPORT_RESERVED ||
1621 ntohs(ctrl_addr.su_port) > IPPORT_RESERVED + 1)) {
1949 * would be < IPPORT_RESERVED, use a random port
1956 if (dropprivs && port < IPPORT_RESERVED)
  /src/sbin/routed/
input.c 467 if (ntohs(from->sin_port) > IPPORT_RESERVED) {
  /src/sbin/routed/rtquery/
rtquery.c 350 myaddr.sin_port = htons(IPPORT_RESERVED-1);
  /src/usr.sbin/lpr/lpd/
lpd.c 613 atoi(serv) >= IPPORT_RESERVED)
  /src/usr.sbin/ypbind/
ypbind.c 466 if (!insecure && ntohs(addr->sin_port) >= IPPORT_RESERVED) {
857 if (ntohs(fromsin->sin_port) >= IPPORT_RESERVED) {
  /src/usr.sbin/mountd/
mountd.c 667 if (sport >= IPPORT_RESERVED &&
2199 sport >= IPPORT_RESERVED) {

Completed in 42 milliseconds

1 2