Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c151 ospf6_print_ls_type(int flags, uint_t ls6_type, uint32_t ls6_stateid, in ospf6_print_ls_type() argument
159 switch (ls6_type & LS6_SCOPE_MASK) { in ospf6_print_ls_type()
173 switch (ls6_type & LS_TYPE_MASK) { in ospf6_print_ls_type()
247 "%s Unknown type = 0x%x", ls6_type); in ospf6_print_ls_type()
310 ospf6_print_ls_type(flags, lsah->ls6_type, lsah->ls6_stateid, in interpret_ospf6_lsa_hdr()
334 switch (ntohs(lsa->ls6_hdr.ls6_type)) { in interpret_ospf6_lsa()
573 lsa->ls6_hdr.ls6_type); in interpret_ospf6_lsa()
578 " Unknown LSA type %d", lsa->ls6_hdr.ls6_type); in interpret_ospf6_lsa()
H A Dsnoop_ospf6.h42 uint16_t ls6_type; member