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.h42 uint16_t ls6_type; member in struct:lsa6_hdr
H A Dsnoop_ospf6.c151 ospf6_print_ls_type(int flags, uint_t ls6_type, uint32_t ls6_stateid, argument
159 switch (ls6_type & LS6_SCOPE_MASK) {
173 switch (ls6_type & LS_TYPE_MASK) {
247 "%s Unknown type = 0x%x", ls6_type);
310 ospf6_print_ls_type(flags, lsah->ls6_type, lsah->ls6_stateid,
334 switch (ntohs(lsa->ls6_hdr.ls6_type)) {
573 lsa->ls6_hdr.ls6_type);
578 " Unknown LSA type %d", lsa->ls6_hdr.ls6_type);

Completed in 60 milliseconds