Searched refs:IN6P_LOWPORT (Results 1 – 2 of 2) sorted by relevance
238 #define IN6P_LOWPORT INP_LOWPORT /* user wants "low" port */ macro
1288 inp->inp_flags &= ~(IN6P_LOWPORT); in ip6_ctloutput()1293 inp->inp_flags &= ~(IN6P_LOWPORT); in ip6_ctloutput()1299 inp->inp_flags |= IN6P_LOWPORT; in ip6_ctloutput()1458 else if (flags & IN6P_LOWPORT) in ip6_ctloutput()