Home
last modified time | relevance | path

Searched refs:ipport_lowfirstauto (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Din_pcb.h805 extern int ipport_lowfirstauto;
H A Din_pcb.c177 int ipport_lowfirstauto = IPPORT_RESERVED - 1; /* 1023 */ variable
211 if (oidp->oid_arg1 == &ipport_lowfirstauto || oidp->oid_arg1 == &ipport_lowlastauto) {
242 &ipport_lowfirstauto, 0, &sysctl_net_ipport_check, "I", "");
1180 first = (u_short)ipport_lowfirstauto; /* 1023 */ in in_pcbbind()
/xnu-11215.1.10/bsd/netinet6/
H A Din6_src.c1701 first = (uint16_t)ipport_lowfirstauto; /* 1023 */ in in6_pcbsetport()