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

/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py88 INP_HDRINCL = 0x08 variable
H A Dnet.py1500 if (pcb.inp_flags & INP_HDRINCL):
/xnu-2422.115.4/bsd/netinet/
H A Draw_ip.c410 if ((inp->inp_flags & INP_HDRINCL) == 0) {
564 optval = inp->inp_flags & INP_HDRINCL;
625 inp->inp_flags |= INP_HDRINCL;
627 inp->inp_flags &= ~INP_HDRINCL;
H A Din_pcb.h591 #define INP_HDRINCL 0x00000008 /* user supplies entire IP header */ macro
H A Dip_divert.c474 inp->inp_flags |= INP_HDRINCL;
H A Din_tclass.c965 (inp->inp_flags & INP_HDRINCL)) ||
H A Dip_icmp.c1112 if ((inp->inp_flags & INP_HDRINCL) != 0) {

Completed in 86 milliseconds