Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Draw_ip.c470 if ((inp->inp_flags & INP_HDRINCL) == 0) { in rip_output()
662 optval = inp->inp_flags & INP_HDRINCL; in rip_ctloutput()
720 inp->inp_flags |= INP_HDRINCL; in rip_ctloutput()
722 inp->inp_flags &= ~INP_HDRINCL; in rip_ctloutput()
H A Dip_divert.c586 inp->inp_flags |= INP_HDRINCL; in div_attach()
H A Din_pcb.h694 #define INP_HDRINCL 0x00000008 /* user supplies entire IP header */ macro
H A Din_pcb.c3150 if (inp_flags & INP_HDRINCL) { in db_print_inpflags()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h694 #define INP_HDRINCL 0x00000008 /* user supplies entire IP header */ macro