Home
last modified time | relevance | path

Searched refs:IPPORT_HILASTAUTO (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/tests/
H A Drip_v4v6_input.c57 for (in_port_t port = 1; port > 0 && port <= IPPORT_HILASTAUTO; port++) { in udp_port_scan()
/xnu-11417.101.15/bsd/netinet/
H A Din.h296 #define IPPORT_HILASTAUTO 65535 macro
H A Din_pcb.c180 int ipport_lastauto = IPPORT_HILASTAUTO; /* 65535 */
182 int ipport_hilastauto = IPPORT_HILASTAUTO; /* 65535 */
H A Dtcp_timer.c1804 tcp_probe_if_fix_port <= IPPORT_HILASTAUTO) { in tcp_timers()