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

/freebsd-10-stable/sys/netinet/
H A Draw_ip.c437 if ((inp->inp_flags & INP_HDRINCL) == 0) {
572 optval = inp->inp_flags & INP_HDRINCL;
630 inp->inp_flags |= INP_HDRINCL;
632 inp->inp_flags &= ~INP_HDRINCL;
H A Dip_divert.c533 inp->inp_flags |= INP_HDRINCL;
H A Din_pcb.h555 #define INP_HDRINCL 0x00000008 /* user supplies entire IP header */ macro
H A Din_pcb.c2322 if (inp_flags & INP_HDRINCL) {

Completed in 74 milliseconds