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

/illumos-gate/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) argument
338 interpret_ospf_lsa_hdr(flags, &lsa->ls_hdr);
340 ls_end = (uchar_t *)lsa + ntohs(lsa->ls_hdr.ls_length);
345 switch (lsa->ls_hdr.ls_type) {
348 if (TRUNC(&lsa->lsa_un.un_rla.rla_flags))
353 lsa
545 struct lsa *lsa; local
[all...]
H A Dsnoop_ospf6.c317 interpret_ospf6_lsa(int flags, struct lsa6 *lsa, uchar_t *fragend) argument
327 interpret_ospf6_lsa_hdr(flags, &lsa->ls6_hdr);
329 ls_end = (uchar_t *)lsa + ntohs(lsa->ls6_hdr.ls6_length);
334 switch (ntohs(lsa->ls6_hdr.ls6_type)) {
337 if (TRUNC(&lsa->lsa_un.un_rla.rla6_flags))
341 lsa->lsa_un.un_rla.rla6_flags);
343 if (TRUNC(&lsa->lsa_un.un_rla.rla6_options))
346 ntohl(lsa->lsa_un.un_rla.rla6_options));
348 rl = lsa
592 struct lsa6 *lsa; local
[all...]
H A Dsnoop_ospf.h143 struct lsa { struct
258 struct lsa lsu_lsa[1]; /* may repeat */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_sys.c236 struct lm_svc_args lsa; local
245 lsa.version = STRUCT_FGET(ulsa, version);
246 lsa.fd = STRUCT_FGET(ulsa, fd);
247 lsa.n_fmly = STRUCT_FGET(ulsa, n_fmly);
248 lsa.n_proto = STRUCT_FGET(ulsa, n_proto);
249 lsa.n_rdev = expldev(STRUCT_FGET(ulsa, n_rdev));
250 lsa.debug = STRUCT_FGET(ulsa, debug);
251 lsa.timout = STRUCT_FGET(ulsa, timout);
252 lsa.grace = STRUCT_FGET(ulsa, grace);
253 lsa
[all...]
/illumos-gate/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)
/illumos-gate/usr/src/stand/lib/
H A DMakefile.com37 LDLIBS += -lsa -lfakeboot

Completed in 52 milliseconds