Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-forces.c209 #define F_OP_MAX (_F_OP_MAX - 1) macro
256 static const struct optlv_h OPTLV_msg[F_OP_MAX + 1] = {
281 if (opt > F_OP_MAX || opt == F_OP_RSV) in get_forces_optlv_h()
320 if (op <= F_OP_MAX) in op_valid()