Home
last modified time | relevance | path

Searched defs:llsa (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.h94 struct llsa { struct
95 union {
98 } llsa_priandopt;
101 struct in6_addr llsa_lladdr;
102 uint32_t llsa_nprefix;
103 struct lsa6_prefix llsa_prefix[1];
H A Dsnoop_ospf6.c324 struct llsa *llsa; in interpret_ospf6_lsa() local