INP_LOWPORT       313 netinet/in_pcb.c 		} else if (inp->inp_flags & INP_LOWPORT) {
INP_LOWPORT       191 netinet/in_pcb.h #define IN6P_LOWPORT		INP_LOWPORT	/* user wants "low" port */
INP_LOWPORT      1134 netinet/ip_output.c 					inp->inp_flags &= ~(INP_LOWPORT);
INP_LOWPORT      1139 netinet/ip_output.c 					inp->inp_flags &= ~(INP_LOWPORT);
INP_LOWPORT      1145 netinet/ip_output.c 					inp->inp_flags |= INP_LOWPORT;
INP_LOWPORT      1469 netinet/ip_output.c 			else if (inp->inp_flags & INP_LOWPORT)
INP_LOWPORT       326 netinet6/in6_pcb.c 	} else if (inp->inp_flags & INP_LOWPORT) {