Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c149 ospf6_print_ls_type(int flags, uint_t ls6_type, uint32_t ls6_stateid, in ospf6_print_ls_type() argument
157 switch (ls6_type & LS6_SCOPE_MASK) { in ospf6_print_ls_type()
171 switch (ls6_type & LS_TYPE_MASK) { in ospf6_print_ls_type()
245 "%s Unknown type = 0x%x", ls6_type); in ospf6_print_ls_type()
308 ospf6_print_ls_type(flags, lsah->ls6_type, lsah->ls6_stateid, in interpret_ospf6_lsa_hdr()
332 switch (ntohs(lsa->ls6_hdr.ls6_type)) { in interpret_ospf6_lsa()
571 lsa->ls6_hdr.ls6_type); in interpret_ospf6_lsa()
576 " Unknown LSA type %d", lsa->ls6_hdr.ls6_type); in interpret_ospf6_lsa()
H A Dsnoop_ospf6.h40 uint16_t ls6_type; member