Searched refs:INP_LOWPORT (Results 1 – 4 of 4) sorted by relevance
180 if (inp->inp_flags & INP_LOWPORT) { in pcb_getports()275 if (inp->inp_flags & INP_LOWPORT) { in check_suitable_port()
165 #define INP_LOWPORT 0x0020 /* user wants "low" port binding */ macro
1236 inpflags &= ~(INP_LOWPORT); in ip_ctloutput()1240 inpflags |= INP_LOWPORT; in ip_ctloutput()1403 if (inpflags & INP_LOWPORT) in ip_ctloutput()
280 if (inp->inp_flags & INP_LOWPORT) { in inpcb_set_port()