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

/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py90 INP_LOWPORT = 0x20 variable
H A Dnet.py1504 if (pcb.inp_flags & INP_LOWPORT):
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h593 #define INP_LOWPORT 0x00000020 /* user wants "low" port binding */ macro
H A Dip_output.c2485 inp->inp_flags &= ~(INP_LOWPORT);
2490 inp->inp_flags &= ~(INP_LOWPORT);
2496 inp->inp_flags |= INP_LOWPORT;
2675 else if (inp->inp_flags & INP_LOWPORT)
H A Din_pcb.c830 } else if (inp->inp_flags & INP_LOWPORT) {
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dip6_output.c2383 in6p->inp_flags &= ~(INP_LOWPORT);
2388 in6p->inp_flags &= ~(INP_LOWPORT);
2394 in6p->inp_flags |= INP_LOWPORT;
2561 else if (flags & INP_LOWPORT)
H A Din6_src.c1242 } else if (inp->inp_flags & INP_LOWPORT) {

Completed in 192 milliseconds