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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h553 #define INP_LOWPORT 0x20 /* user wants "low" port binding */ macro
607 #define IN6P_LOWPORT INP_LOWPORT
H A Dip_output.c2482 inp->inp_flags &= ~(INP_LOWPORT);
2487 inp->inp_flags &= ~(INP_LOWPORT);
2493 inp->inp_flags |= INP_LOWPORT;
2665 else if (inp->inp_flags & INP_LOWPORT)
H A Din.c1194 inp->inp_flags &= ~(INP_LOWPORT);
H A Din_pcb.c584 } else if (inp->inp_flags & INP_LOWPORT) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c2178 in6p->inp_flags &= ~(INP_LOWPORT);
2183 in6p->inp_flags &= ~(INP_LOWPORT);
2189 in6p->inp_flags |= INP_LOWPORT;
2356 else if (flags & INP_LOWPORT)
H A Din6_src.c1218 } else if (inp->inp_flags & INP_LOWPORT) {

Completed in 36 milliseconds