Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c613 if (ospf->ospf6_type > OSPF_TYPE_MAX) { in interpret_ospf6()
616 ospf->ospf6_type); in interpret_ospf6()
623 "Unknown OSPF Type = %d", ospf->ospf6_type); in interpret_ospf6()
631 ospf_types[ospf->ospf6_type], in interpret_ospf6()
646 "Type = %s", ospf_types[ospf->ospf6_type]); in interpret_ospf6()
657 switch (ospf->ospf6_type) { in interpret_ospf6()
H A Dsnoop_ospf6.h119 uint8_t ospf6_type; member