Home
last modified time | relevance | path

Searched refs:INP_STRIPHDR (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py156 INP_STRIPHDR = 0x200 variable
H A Dnet.py1454 if (pcb.inp_flags & INP_STRIPHDR):
/xnu-12377.41.6/bsd/netinet/
H A Draw_ip.c227 if (inp->inp_flags & INP_STRIPHDR in rip_inp_input()
773 optval = inp->inp_flags & INP_STRIPHDR; in rip_ctloutput()
819 inp->inp_flags |= INP_STRIPHDR; in rip_ctloutput()
821 inp->inp_flags &= ~INP_STRIPHDR; in rip_ctloutput()
H A Din_pcb.h802 #define INP_STRIPHDR 0x00000200 /* strip hdrs in raw_ip (for OT) */ macro
/xnu-12377.41.6/bsd/net/
H A Dcontent_filter.c4386 if (inp && (inp->inp_flags & INP_STRIPHDR)) { in cfil_strip_ip_header()