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

/darwin-on-arm/xnu/bsd/netinet/
H A Draw_ip.c383 if ((inp->inp_flags & INP_HDRINCL) == 0) {
532 optval = inp->inp_flags & INP_HDRINCL;
593 inp->inp_flags |= INP_HDRINCL;
595 inp->inp_flags &= ~INP_HDRINCL;
H A Din_pcb.h551 #define INP_HDRINCL 0x08 /* user supplies entire IP header */ macro
H A Dip_divert.c461 inp->inp_flags |= INP_HDRINCL;
H A Din_tclass.c918 (inp->inp_flags & INP_HDRINCL)) ||
H A Dip_icmp.c1095 if ((inp->inp_flags & INP_HDRINCL) != 0) {

Completed in 82 milliseconds