Searched refs:IN6P_HIGHPORT (Results 1 – 2 of 2) sorted by relevance
237 #define IN6P_HIGHPORT INP_HIGHPORT /* user wants "high" port */ macro
1289 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()