Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.h545 #define INP_RECVOPTS 0x00000001 /* receive incoming IP options */ macro
578 #define INP_CONTROLOPTS (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|\
H A Dip_output.c1202 OPTSET(INP_RECVOPTS); in ip_ctloutput()
1404 optval = OPTBIT(INP_RECVOPTS); in ip_ctloutput()
H A Dip_input.c1214 if (inp->inp_flags & INP_RECVOPTS) { in ip_savecontrol()
H A Din_pcb.c3008 if (inp_flags & INP_RECVOPTS) { in db_print_inpflags()