Home
last modified time | relevance | path

Searched refs:lsa (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c91 static int interpret_ospf_lsa(int flags, struct lsa *lsa, uchar_t *);
326 interpret_ospf_lsa(int flags, struct lsa *lsa, uchar_t *fragend) in interpret_ospf_lsa() argument
338 interpret_ospf_lsa_hdr(flags, &lsa->ls_hdr); in interpret_ospf_lsa()
340 ls_end = (uchar_t *)lsa + ntohs(lsa->ls_hdr.ls_length); in interpret_ospf_lsa()
345 switch (lsa->ls_hdr.ls_type) { in interpret_ospf_lsa()
348 if (TRUNC(&lsa->lsa_un.un_rla.rla_flags)) in interpret_ospf_lsa()
353 lsa->lsa_un.un_rla.rla_flags); in interpret_ospf_lsa()
356 if (TRUNC(&lsa->lsa_un.un_rla.rla_count)) in interpret_ospf_lsa()
358 rla_count = ntohs(lsa->lsa_un.un_rla.rla_count); in interpret_ospf_lsa()
360 rl = lsa->lsa_un.un_rla.rla_link; in interpret_ospf_lsa()
[all …]
H A Dsnoop_ospf6.c317 interpret_ospf6_lsa(int flags, struct lsa6 *lsa, uchar_t *fragend) in interpret_ospf6_lsa() argument
327 interpret_ospf6_lsa_hdr(flags, &lsa->ls6_hdr); in interpret_ospf6_lsa()
329 ls_end = (uchar_t *)lsa + ntohs(lsa->ls6_hdr.ls6_length); in interpret_ospf6_lsa()
334 switch (ntohs(lsa->ls6_hdr.ls6_type)) { in interpret_ospf6_lsa()
337 if (TRUNC(&lsa->lsa_un.un_rla.rla6_flags)) in interpret_ospf6_lsa()
341 lsa->lsa_un.un_rla.rla6_flags); in interpret_ospf6_lsa()
343 if (TRUNC(&lsa->lsa_un.un_rla.rla6_options)) in interpret_ospf6_lsa()
346 ntohl(lsa->lsa_un.un_rla.rla6_options)); in interpret_ospf6_lsa()
348 rl = lsa->lsa_un.un_rla.rla_link; in interpret_ospf6_lsa()
453 if (TRUNC(&lsa->lsa_un.un_nla.nla_options)) in interpret_ospf6_lsa()
[all …]
H A Dsnoop_ospf.h143 struct lsa { struct
258 struct lsa lsu_lsa[1]; /* may repeat */
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_sys.c236 struct lm_svc_args lsa; in nfssys() local
245 lsa.version = STRUCT_FGET(ulsa, version); in nfssys()
246 lsa.fd = STRUCT_FGET(ulsa, fd); in nfssys()
247 lsa.n_fmly = STRUCT_FGET(ulsa, n_fmly); in nfssys()
248 lsa.n_proto = STRUCT_FGET(ulsa, n_proto); in nfssys()
249 lsa.n_rdev = expldev(STRUCT_FGET(ulsa, n_rdev)); in nfssys()
250 lsa.debug = STRUCT_FGET(ulsa, debug); in nfssys()
251 lsa.timout = STRUCT_FGET(ulsa, timout); in nfssys()
252 lsa.grace = STRUCT_FGET(ulsa, grace); in nfssys()
253 lsa.retransmittimeout = STRUCT_FGET(ulsa, in nfssys()
[all …]
/titanic_50/usr/src/psm/stand/bootlst/common/
H A DMakefile.com43 LDLIBS = -L$(SALIBDIR) -lsa -L$(PROMLIBDIR) -lprom $(LDPLATLIBS)
46 LINTLIBS = $(SALIBDIR)/llib-lsa.ln $(PROMLIBDIR)/llib-lprom.ln $(LINTPLATLIBS)
/titanic_50/usr/src/stand/lib/
H A DMakefile.com37 LDLIBS += -lsa -lfakeboot