Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDin_pcb.h530 #define INP_RECVOPTS 0x00000001 /* receive incoming IP options */ macro
563 #define INP_CONTROLOPTS (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|\
HDip_output.c1233 OPTSET(INP_RECVOPTS); in ip_ctloutput()
1435 optval = OPTBIT(INP_RECVOPTS); in ip_ctloutput()
HDip_input.c1226 if (inp->inp_flags & INP_RECVOPTS) { in ip_savecontrol()
HDin_pcb.c3156 if (inp_flags & INP_RECVOPTS) { in db_print_inpflags()