Searched refs:IPPORT_MAX (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/netinet/
H A Din.h340 #define IPPORT_MAX 65535 macro
H A Din_pcb.c154 RANGECHK(V_ipport_firstauto, IPPORT_RESERVED, IPPORT_MAX);
155 RANGECHK(V_ipport_lastauto, IPPORT_RESERVED, IPPORT_MAX);
156 RANGECHK(V_ipport_hifirstauto, IPPORT_RESERVED, IPPORT_MAX);
157 RANGECHK(V_ipport_hilastauto, IPPORT_RESERVED, IPPORT_MAX);
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c127 svcport >= IPPORT_MAX)
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd.c172 svcport == 0 || svcport >= IPPORT_MAX)
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c9207 new_ports[i] > IPPORT_MAX) {

Completed in 195 milliseconds