Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dportalgo.c180 if (inp->inp_flags & INP_LOWPORT) { in pcb_getports()
275 if (inp->inp_flags & INP_LOWPORT) { in check_suitable_port()
H A Din_pcb.h165 #define INP_LOWPORT 0x0020 /* user wants "low" port binding */ macro
H A Dip_output.c1236 inpflags &= ~(INP_LOWPORT); in ip_ctloutput()
1240 inpflags |= INP_LOWPORT; in ip_ctloutput()
1403 if (inpflags & INP_LOWPORT) in ip_ctloutput()
H A Din_pcb.c280 if (inp->inp_flags & INP_LOWPORT) { in inpcb_set_port()