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