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

/freebsd-10-stable/sys/netinet/
H A Din_pcb.h552 #define INP_RECVOPTS 0x00000001 /* receive incoming IP options */ macro
585 #define INP_CONTROLOPTS (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|\
H A Dip_output.c1027 OPTSET(INP_RECVOPTS);
1189 optval = OPTBIT(INP_RECVOPTS);
H A Dip_input.c1618 if (inp->inp_flags & INP_RECVOPTS) {
H A Din_pcb.c2310 if (inp_flags & INP_RECVOPTS) {

Completed in 81 milliseconds