Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dip_input.c193 const u_int16_t defrootonlyports_tcp[] = DEFROOTONLYPORTS_TCP; in ip_init() local
225 for (i = 0; defrootonlyports_tcp[i] != 0; i++) in ip_init()
226 DP_SET(rootonlyports.tcp, defrootonlyports_tcp[i]); in ip_init()