Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c89 static int interpret_ospf_lsa(int flags, struct lsa *lsa, uchar_t *);
324 interpret_ospf_lsa(int flags, struct lsa *lsa, uchar_t *fragend) in interpret_ospf_lsa() argument
338 ls_end = (uchar_t *)lsa + ntohs(lsa->ls_hdr.ls_length); in interpret_ospf_lsa()
343 switch (lsa->ls_hdr.ls_type) { in interpret_ospf_lsa()
351 lsa->lsa_un.un_rla.rla_flags); in interpret_ospf_lsa()
358 rl = lsa->lsa_un.un_rla.rla_link; in interpret_ospf_lsa()
543 struct lsa *lsa; in interpret_ospf() local
702 lsa = ospf->ospf_lsu.lsu_lsa; in interpret_ospf()
711 if (((uchar_t *)lsa >= fragend) || in interpret_ospf()
714 ((uchar_t *)lsa + ntohs(lsa->ls_hdr.ls_length) > in interpret_ospf()
[all …]
H A Dsnoop_ospf6.c327 ls_end = (uchar_t *)lsa + ntohs(lsa->ls6_hdr.ls6_length); in interpret_ospf6_lsa()
339 lsa->lsa_un.un_rla.rla6_flags); in interpret_ospf6_lsa()
346 rl = lsa->lsa_un.un_rla.rla_link; in interpret_ospf6_lsa()
465 addr = lsa->lsa_un.un_nla.nla_router; in interpret_ospf6_lsa()
508 llsa = &lsa->lsa_un.un_llsa; in interpret_ospf6_lsa()
571 lsa->ls6_hdr.ls6_type); in interpret_ospf6_lsa()
590 struct lsa6 *lsa; in interpret_ospf6() local
748 lsa = ospf->ospf6_lsu.lsu_lsa; in interpret_ospf6()
757 if (((uchar_t *)lsa >= fragend) || in interpret_ospf6()
760 ((uchar_t *)lsa + ntohs(lsa->ls6_hdr.ls6_length) > in interpret_ospf6()
[all …]
H A Dsnoop_ospf.h141 struct lsa { struct
256 struct lsa lsu_lsa[1]; /* may repeat */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_sys.c214 struct lm_svc_args lsa; in nfssys() local
223 lsa.version = STRUCT_FGET(ulsa, version); in nfssys()
224 lsa.fd = STRUCT_FGET(ulsa, fd); in nfssys()
225 lsa.n_fmly = STRUCT_FGET(ulsa, n_fmly); in nfssys()
226 lsa.n_proto = STRUCT_FGET(ulsa, n_proto); in nfssys()
228 lsa.debug = STRUCT_FGET(ulsa, debug); in nfssys()
229 lsa.timout = STRUCT_FGET(ulsa, timout); in nfssys()
230 lsa.grace = STRUCT_FGET(ulsa, grace); in nfssys()
231 lsa.retransmittimeout = STRUCT_FGET(ulsa, in nfssys()
234 if (copyin(arg, &lsa, sizeof (lsa))) in nfssys()
[all …]
/illumos-gate/usr/src/test/smbclient-tests/cmd/abort_conn/
H A Dabort_conn.c57 struct sockaddr *lsa; in tcp_abort_connections() local
61 lsa = (void *)&conn.ac_local; in tcp_abort_connections()
62 lsa->sa_family = rsa->sa_family; in tcp_abort_connections()
/illumos-gate/usr/src/test/smbsrv-tests/include/
H A Dsmbtor-excl-rpc.txt61 rpc.lsa.forest
63 rpc.lsa.privileges
66 rpc.lsa.trusted
/illumos-gate/usr/src/stand/lib/
H A DMakefile.com37 LDLIBS += -lsa
/illumos-gate/usr/src/psm/stand/bootlst/common/
H A DMakefile.com41 LDLIBS = -L$(SALIBDIR) -lsa -L$(PROMLIBDIR) -lprom $(LDPLATLIBS)
/illumos-gate/usr/src/boot/i386/loader/
H A DMakefile93 LIBSA= -L../../libsa/$(MACH) -lsa