Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c161 case LS6_SCOPE_AREA: in ospf6_print_ls_type()
334 case LS_TYPE_ROUTER|LS6_SCOPE_AREA: in interpret_ospf6_lsa()
449 case LS_TYPE_NETWORK | LS6_SCOPE_AREA: in interpret_ospf6_lsa()
480 case LS_TYPE_INTER_AP | LS6_SCOPE_AREA: in interpret_ospf6_lsa()
539 case LS_TYPE_INTRA_AP | LS6_SCOPE_AREA: in interpret_ospf6_lsa()
H A Dsnoop_ospf.h96 #define LS6_SCOPE_AREA 0x2000 macro