Searched defs:tom (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-forces.c90 static inline int tom_valid(u_int8_t tom) argument
92 if (tom > 0) {
93 if (tom >= 0x7 && tom <= 0xe)
95 if (tom == 0x10)
97 if (tom > 0x14)
504 static inline const struct tom_h *get_forces_tom(u_int8_t tom) argument
509 if (th->v == tom)

Completed in 73 milliseconds