Home
last modified time | relevance | path

Searched refs:IPOPT_TS_PRESPEC (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/ipv4/
Dip_options.c134 if ((dptr[3]&0xF) != IPOPT_TS_PRESPEC) { in __ip_options_echo()
394 case IPOPT_TS_PRESPEC: in ip_options_compile()
425 } else if ((optptr[3]&0xF) != IPOPT_TS_PRESPEC) { in ip_options_compile()
503 if ((optptr[3]&0xF) == IPOPT_TS_PRESPEC) in ip_options_undo()
/linux-4.4.14/include/uapi/linux/
Dip.h81 #define IPOPT_TS_PRESPEC 3 /* specified modules only */ macro