Searched refs:IPOPT_TS_PRESPEC (Results 1 – 2 of 2) sorted by relevance
134 if ((dptr[3]&0xF) != IPOPT_TS_PRESPEC) { in __ip_options_echo()391 case IPOPT_TS_PRESPEC: in ip_options_compile()421 } else if ((optptr[3]&0xF) != IPOPT_TS_PRESPEC) { in ip_options_compile()499 if ((optptr[3]&0xF) == IPOPT_TS_PRESPEC) in ip_options_undo()
82 #define IPOPT_TS_PRESPEC 3 /* specified modules only */ macro