Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Din_pcb.h238 #define IN6P_LOWPORT INP_LOWPORT /* user wants "low" port */ macro
/openbsd/sys/netinet6/
H A Dip6_output.c1288 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()