Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Din_pcb.h325 #define INP_RECVOPTS 0x01 /* receive incoming IP options */ macro
361 #define INP_CONTROLOPTS (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|\
H A Dip_output.c1154 OPTSET(INP_RECVOPTS); in ip_ctloutput()
1262 optval = OPTBIT(INP_RECVOPTS); in ip_ctloutput()
H A Dip_input.c2229 if (inp->inp_flags & INP_RECVOPTS) { in ip_savecontrol()