Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c554 if (ospf->ospf_type > OSPF_TYPE_MAX) { in interpret_ospf()
557 ospf->ospf_type); in interpret_ospf()
564 "Unknown OSPF Type = %d", ospf->ospf_type); in interpret_ospf()
572 ospf_types[ospf->ospf_type], in interpret_ospf()
587 "Type = %s", ospf_types[ospf->ospf_type]); in interpret_ospf()
616 switch (ospf->ospf_type) { in interpret_ospf()
H A Dsnoop_ospf.h216 uchar_t ospf_type; member