Lines Matching defs:tom
87 tom_valid(uint8_t tom)
89 if (tom > 0) {
90 if (tom >= 0x7 && tom <= 0xe)
92 if (tom == 0x10)
94 if (tom > 0x14)
487 get_forces_tom(uint8_t tom)
492 if (th->v == tom)
1644 uint8_t tom;
1651 tom = GET_U_1(fhdr->fm_tom);
1652 if (!tom_valid(tom)) {
1653 ND_PRINT("Invalid ForCES message type %u\n", tom);
1659 tops = get_forces_tom(tom);
1661 ND_PRINT("\n\tUnknown ForCES message type=0x%x", tom);