Home
last modified time | relevance | path

Searched refs:INP_ORIGDSTADDR (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_output.c1275 OPTSET2(INP_ORIGDSTADDR, optval); in ip_ctloutput()
1490 optval = OPTBIT2(INP_ORIGDSTADDR); in ip_ctloutput()
H A Din_pcb.h745 #define INP_ORIGDSTADDR 0x00000800 /* receive IP dst address/port */ macro
H A Dudp_usrreq.c356 if ((inp->inp_vflag & INP_IPV4) && (inp->inp_flags2 & INP_ORIGDSTADDR)) { in udp_append()
H A Din_pcb.c3146 if (inp_flags & INP_ORIGDSTADDR) { in db_print_inpflags()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h745 #define INP_ORIGDSTADDR 0x00000800 /* receive IP dst address/port */ macro
/f-stack/freebsd/netinet6/
H A Dudp6_usrreq.c183 if ((inp->inp_vflag & INP_IPV6) && (inp->inp_flags2 & INP_ORIGDSTADDR)) { in udp6_append()
H A Dip6_output.c1935 OPTSET2(INP_ORIGDSTADDR, optval); in ip6_ctloutput()
2262 optval = OPTBIT2(INP_ORIGDSTADDR); in ip6_ctloutput()