Searched refs:INP_RECVRETOPTS (Results 1 – 4 of 4) sorted by relevance
531 #define INP_RECVRETOPTS 0x00000002 /* receive IP options for reply */ macro563 #define INP_CONTROLOPTS (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|\
1237 OPTSET(INP_RECVRETOPTS); in ip_ctloutput()1439 optval = OPTBIT(INP_RECVRETOPTS); in ip_ctloutput()
1233 if (inp->inp_flags & INP_RECVRETOPTS) { in ip_savecontrol()
3160 if (inp_flags & INP_RECVRETOPTS) { in db_print_inpflags()