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

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ospf6.c 324 struct llsa *llsa; local
510 llsa = &lsa->lsa_un.un_llsa;
511 if (TRUNC(llsa->llsa_options))
513 ospf_print_bits(ospf6_option_bits, ntohl(llsa->llsa_options));
514 if (TRUNC(llsa->llsa_nprefix))
516 (void) inet_ntop(AF_INET6, &llsa->llsa_lladdr,
520 ntohl(llsa->llsa_priority), addrstr,
521 ntohl(llsa->llsa_nprefix));
526 "Priority %d", ntohl(llsa->llsa_priority))
    [all...]
snoop_ospf6.h 94 struct llsa { struct in union:lsa6::__anon293

Completed in 130 milliseconds