Searched refs:INP_HIGHPORT (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h552 #define INP_HIGHPORT 0x10 /* user wants "high" port binding */ macro
606 #define IN6P_HIGHPORT INP_HIGHPORT
H A Dip_output.c2483 inp->inp_flags &= ~(INP_HIGHPORT);
2488 inp->inp_flags |= INP_HIGHPORT;
2492 inp->inp_flags &= ~(INP_HIGHPORT);
2663 if (inp->inp_flags & INP_HIGHPORT)
H A Din.c1195 inp->inp_flags |= INP_HIGHPORT;
H A Din_pcb.c580 if (inp->inp_flags & INP_HIGHPORT) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c2179 in6p->inp_flags &= ~(INP_HIGHPORT);
2184 in6p->inp_flags |= INP_HIGHPORT;
2188 in6p->inp_flags &= ~(INP_HIGHPORT);
2354 if (flags & INP_HIGHPORT)
H A Din6_src.c1214 if (inp->inp_flags & INP_HIGHPORT) {

Completed in 94 milliseconds