Lines Matching refs:tom
92 tom_valid(uint8_t tom)
94 if (tom > 0) {
95 if (tom >= 0x7 && tom <= 0xe)
97 if (tom == 0x10)
99 if (tom > 0x14)
492 get_forces_tom(uint8_t tom)
497 if (th->v == tom)
1649 uint8_t tom;
1656 tom = GET_U_1(fhdr->fm_tom);
1657 if (!tom_valid(tom)) {
1658 ND_PRINT("Invalid ForCES message type %u\n", tom);
1664 tops = get_forces_tom(tom);
1666 ND_PRINT("\n\tUnknown ForCES message type=0x%x", tom);