|
| bool | inet::ospf::operator< (const OSPFLSAHeader &leftLSA, const OSPFLSAHeader &rightLSA) |
| | Returns true if leftLSA is older than rightLSA. More...
|
| |
| bool | inet::ospf::operator== (const OSPFLSAHeader &leftLSA, const OSPFLSAHeader &rightLSA) |
| | Returns true if leftLSA is the same age as rightLSA. More...
|
| |
| bool | inet::ospf::operator== (const OSPFOptions &leftOptions, const OSPFOptions &rightOptions) |
| |
| bool | inet::ospf::operator!= (const OSPFOptions &leftOptions, const OSPFOptions &rightOptions) |
| |
| bool | inet::ospf::operator== (const NextHop &leftHop, const NextHop &rightHop) |
| |
| bool | inet::ospf::operator!= (const NextHop &leftHop, const NextHop &rightHop) |
| |
| unsigned int | inet::ospf::calculateLSASize (const OSPFRouterLSA *routerLSA) |
| |
| unsigned int | inet::ospf::calculateLSASize (const OSPFNetworkLSA *networkLSA) |
| |
| unsigned int | inet::ospf::calculateLSASize (const OSPFSummaryLSA *summaryLSA) |
| |
| unsigned int | inet::ospf::calculateLSASize (const OSPFASExternalLSA *asExternalLSA) |
| |
| std::ostream & | inet::ospf::operator<< (std::ostream &ostr, const OSPFLSAHeader &lsaHeader) |
| |
| std::ostream & | inet::ospf::operator<< (std::ostream &ostr, const OSPFLSA &lsa) |
| |
| std::ostream & | inet::ospf::operator<< (std::ostream &ostr, const OSPFNetworkLSA &lsa) |
| |
| std::ostream & | inet::ospf::operator<< (std::ostream &ostr, const TOSData &tos) |
| |
| std::ostream & | inet::ospf::operator<< (std::ostream &ostr, const Link &link) |
| |
| std::ostream & | inet::ospf::operator<< (std::ostream &ostr, const OSPFRouterLSA &lsa) |
| |
| std::ostream & | inet::ospf::operator<< (std::ostream &ostr, const OSPFSummaryLSA &lsa) |
| |
| std::ostream & | inet::ospf::operator<< (std::ostream &ostr, const ExternalTOSInfo &tos) |
| |
| std::ostream & | inet::ospf::operator<< (std::ostream &ostr, const OSPFASExternalLSA &lsa) |
| |