Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Din_pcb.h237 #define IN6P_HIGHPORT INP_HIGHPORT /* user wants "high" port */ macro
/openbsd/sys/netinet6/
H A Dip6_output.c1289 inp->inp_flags &= ~(IN6P_HIGHPORT); in ip6_ctloutput()
1294 inp->inp_flags |= IN6P_HIGHPORT; in ip6_ctloutput()
1298 inp->inp_flags &= ~(IN6P_HIGHPORT); in ip6_ctloutput()
1456 if (flags & IN6P_HIGHPORT) in ip6_ctloutput()