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

/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py94 INP_STRIPHDR = 0x200 variable
H A Dnet.py1512 if (pcb.inp_flags & INP_STRIPHDR):
/xnu-2422.115.4/bsd/netinet/
H A Draw_ip.c279 if (last->inp_flags & INP_STRIPHDR) {
334 if (last->inp_flags & INP_STRIPHDR) {
569 optval = inp->inp_flags & INP_STRIPHDR;
636 inp->inp_flags |= INP_STRIPHDR;
638 inp->inp_flags &= ~INP_STRIPHDR;
H A Din_pcb.h601 #define INP_STRIPHDR 0x00000200 /* strip hdrs in raw_ip (for OT) */ macro

Completed in 29 milliseconds