HomeSort by relevance Sort by last modified time
    Searched defs:lsa (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs_sys.c 236 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.retransmittimeout = STRUCT_FGET(ulsa
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ospf.c 91 static int interpret_ospf_lsa(int flags, struct lsa *lsa, uchar_t *);
214 "Router LSA; Router = %s ", inet_ntoa(ls_router));
226 "Network LSA Router = %s ", inet_ntoa(ls_router));
241 "Summary LSA IP = %s ", inet_ntoa(ls_stateid));
270 "AS External LSA ase = %s ", inet_ntoa(ls_stateid));
285 "Group LSA %s ", inet_ntoa(ls_stateid));
292 sprintf(sum_line, " unknown LSA type %d", ls_type);
297 "Unknown LSA type %d", ls_type);
326 interpret_ospf_lsa(int flags, struct lsa *lsa, uchar_t *fragend
545 struct lsa *lsa; local
    [all...]
snoop_ospf6.c 317 interpret_ospf6_lsa(int flags, struct lsa6 *lsa, uchar_t *fragend)
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->lsa_un.un_rla.rla_link
592 struct lsa6 *lsa; local
    [all...]
snoop_ospf.h 60 #define OSPF_OPTION_N 0x08 /* N bit: For type-7 LSA */
88 #define LS_TYPE_TYPE7 7 /* Type 7 LSA */
89 #define LS_TYPE_LINK 8 /* Link LSA */
143 struct lsa { struct
258 struct lsa lsu_lsa[1]; /* may repeat */

Completed in 180 milliseconds