Searched refs:SLA_MASK_TOS (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ | ||
H A D | snoop_ospf.h | 116 #define SLA_MASK_TOS 0x7f000000 macro |
H A D | snoop_ospf.c | 481 tos = (tm & SLA_MASK_TOS) >> SLA_SHIFT_TOS; in interpret_ospf_lsa() |