Searched refs:INP_STRIPHDR (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dnetdefines.py94 INP_STRIPHDR = 0x200 variable
H A Dnet.py1512 if (pcb.inp_flags & INP_STRIPHDR):
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Draw_ip.c265 if (last->inp_flags & INP_STRIPHDR) {
316 if (last->inp_flags & INP_STRIPHDR) {
571 optval = inp->inp_flags & INP_STRIPHDR;
625 inp->inp_flags |= INP_STRIPHDR;
627 inp->inp_flags &= ~INP_STRIPHDR;
H A Din_pcb.h629 #define INP_STRIPHDR 0x00000200 /* strip hdrs in raw_ip (for OT) */ macro

Completed in 147 milliseconds