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

/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dnetdefines.py88 INP_HDRINCL = 0x08 variable
H A Dnet.py1500 if (pcb.inp_flags & INP_HDRINCL):
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Draw_ip.c400 if ((inp->inp_flags & INP_HDRINCL) == 0) {
566 optval = inp->inp_flags & INP_HDRINCL;
614 inp->inp_flags |= INP_HDRINCL;
616 inp->inp_flags &= ~INP_HDRINCL;
H A Din_pcb.h619 #define INP_HDRINCL 0x00000008 /* user supplies entire IP header */ macro
H A Dip_divert.c474 inp->inp_flags |= INP_HDRINCL;
H A Din_tclass.c978 (inp->inp_flags & INP_HDRINCL)) ||
H A Dip_icmp.c1120 if ((inp->inp_flags & INP_HDRINCL) != 0) {

Completed in 101 milliseconds