|
| bool | inet::ospfv2::operator< (const Ospfv2LsaHeader &leftLSA, const Ospfv2LsaHeader &rightLSA) |
| | Returns true if leftLSA is older than rightLSA. More...
|
| |
| bool | inet::ospfv2::operator== (const Ospfv2LsaHeader &leftLSA, const Ospfv2LsaHeader &rightLSA) |
| | Returns true if leftLSA is the same age as rightLSA. More...
|
| |
| bool | inet::ospfv2::operator== (const Ospfv2Options &leftOptions, const Ospfv2Options &rightOptions) |
| |
| B | inet::ospfv2::calculateLSASize (const Ospfv2Lsa *lsa) |
| |
| B | inet::ospfv2::calculateLsaSize (const Ospfv2RouterLsa &lsa) |
| |
| B | inet::ospfv2::calculateLsaSize (const Ospfv2NetworkLsa &lsa) |
| |
| B | inet::ospfv2::calculateLsaSize (const Ospfv2SummaryLsa &lsa) |
| |
| B | inet::ospfv2::calculateLsaSize (const Ospfv2AsExternalLsa &lsa) |
| |
| std::ostream & | inet::ospfv2::operator<< (std::ostream &ostr, const Ospfv2LsaRequest &request) |
| |
| std::ostream & | inet::ospfv2::operator<< (std::ostream &ostr, const Ospfv2LsaHeader &lsaHeader) |
| |
| std::ostream & | inet::ospfv2::operator<< (std::ostream &ostr, const Ospfv2NetworkLsa &lsa) |
| |
| std::ostream & | inet::ospfv2::operator<< (std::ostream &ostr, const Ospfv2TosData &tos) |
| |
| std::ostream & | inet::ospfv2::operator<< (std::ostream &ostr, const Ospfv2Link &link) |
| |
| std::ostream & | inet::ospfv2::operator<< (std::ostream &ostr, const Ospfv2RouterLsa &lsa) |
| |
| std::ostream & | inet::ospfv2::operator<< (std::ostream &ostr, const Ospfv2SummaryLsa &lsa) |
| |
| std::ostream & | inet::ospfv2::operator<< (std::ostream &ostr, const Ospfv2ExternalTosInfo &tos) |
| |
| std::ostream & | inet::ospfv2::operator<< (std::ostream &ostr, const Ospfv2AsExternalLsaContents &contents) |
| |
| std::ostream & | inet::ospfv2::operator<< (std::ostream &ostr, const Ospfv2AsExternalLsa &lsa) |
| |
| std::ostream & | inet::ospfv2::operator<< (std::ostream &ostr, const Ospfv2Lsa &lsa) |
| |