Home
last modified time | relevance | path

Searched refs:INP_HDRINCL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Draw_ip.c469 if ((inp->inp_flags & INP_HDRINCL) == 0) { in rip_send()
665 optval = inp->inp_flags & INP_HDRINCL; in rip_ctloutput()
726 inp->inp_flags |= INP_HDRINCL; in rip_ctloutput()
728 inp->inp_flags &= ~INP_HDRINCL; in rip_ctloutput()
H A Din_pcb.h524 #define INP_HDRINCL 0x00000008 /* user supplies entire IP header */ macro
H A Din_pcb.c3059 if (inp_flags & INP_HDRINCL) { in db_print_inpflags()