INP_HIGHPORT 310 netinet/in_pcb.c if (inp->inp_flags & INP_HIGHPORT) {
INP_HIGHPORT 190 netinet/in_pcb.h #define IN6P_HIGHPORT INP_HIGHPORT /* user wants "high" port */
INP_HIGHPORT 1135 netinet/ip_output.c inp->inp_flags &= ~(INP_HIGHPORT);
INP_HIGHPORT 1140 netinet/ip_output.c inp->inp_flags |= INP_HIGHPORT;
INP_HIGHPORT 1144 netinet/ip_output.c inp->inp_flags &= ~(INP_HIGHPORT);
INP_HIGHPORT 1467 netinet/ip_output.c if (inp->inp_flags & INP_HIGHPORT)
INP_HIGHPORT 323 netinet6/in6_pcb.c if (inp->inp_flags & INP_HIGHPORT) {