Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c611 if (ospf->ospf6_type > OSPF_TYPE_MAX) { in interpret_ospf6()
614 ospf->ospf6_type); in interpret_ospf6()
621 "Unknown OSPF Type = %d", ospf->ospf6_type); in interpret_ospf6()
629 ospf_types[ospf->ospf6_type], in interpret_ospf6()
644 "Type = %s", ospf_types[ospf->ospf6_type]); in interpret_ospf6()
655 switch (ospf->ospf6_type) { in interpret_ospf6()
H A Dsnoop_ospf6.h117 uint8_t ospf6_type; member