Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h691 #define INP_RECVOPTS 0x00000001 /* receive incoming IP options */ macro
724 #define INP_CONTROLOPTS (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|\
/f-stack/freebsd/netinet/
H A Din_pcb.h691 #define INP_RECVOPTS 0x00000001 /* receive incoming IP options */ macro
724 #define INP_CONTROLOPTS (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|\
H A Dip_output.c1263 OPTSET(INP_RECVOPTS); in ip_ctloutput()
1478 optval = OPTBIT(INP_RECVOPTS); in ip_ctloutput()
H A Dip_input.c1249 if (inp->inp_flags & INP_RECVOPTS) { in ip_savecontrol()
H A Din_pcb.c3134 if (inp_flags & INP_RECVOPTS) { in db_print_inpflags()