HomeSort by: relevance | last modified time | path
    Searched defs:lsa_un (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
ospf.h 255 } lsa_un; member in struct:lsa
print-ospf6.c 228 } lsa_un; member in struct:lsa6
503 if (lsa_length < sizeof (lsap->lsa_un.un_rla.rla_options))
505 lsa_length -= sizeof (lsap->lsa_un.un_rla.rla_options);
508 GET_BE_U_4(lsap->lsa_un.un_rla.rla_options)));
511 GET_U_1(lsap->lsa_un.un_rla.rla_flags)));
513 rlp = lsap->lsa_un.un_rla.rla_link;
556 if (lsa_length < sizeof (lsap->lsa_un.un_nla.nla_options))
558 lsa_length -= sizeof (lsap->lsa_un.un_nla.nla_options);
561 GET_BE_U_4(lsap->lsa_un.un_nla.nla_options)));
564 ap = lsap->lsa_un.un_nla.nla_router
    [all...]

Completed in 23 milliseconds