Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h693 #define INP_RECVDSTADDR 0x00000004 /* receive IP dst address */ macro
724 #define INP_CONTROLOPTS (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|\
/f-stack/freebsd/netinet/
H A Din_pcb.h693 #define INP_RECVDSTADDR 0x00000004 /* receive IP dst address */ macro
724 #define INP_CONTROLOPTS (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|\
H A Dip_output.c1271 OPTSET(INP_RECVDSTADDR); in ip_ctloutput()
1486 optval = OPTBIT(INP_RECVDSTADDR); in ip_ctloutput()
H A Dip_input.c1231 if (inp->inp_flags & INP_RECVDSTADDR) { in ip_savecontrol()
H A Din_pcb.c3142 if (inp_flags & INP_RECVDSTADDR) { in db_print_inpflags()