INET Framework for OMNeT++/OMNEST
EigrpDualStack.h File Reference

EIGRP Dual-stack (IPv4/IPv6) support header file @detail Functions prototypes for dual-stack (IPv4/IPv6) support. More...

Namespaces

 inet
 Copyright (c) 2005 Jan Ringo�, www.ringos.cz.
 

Functions

int inet::getNetmaskLength (const Ipv4Address &netmask)
 Uses IPv4Address.getNetmaskLength() method. More...
 
int inet::getNetmaskLength (const Ipv6Address &netmask)
 Uses four times IPv4Address.getNetmaskLength() method on four parts of IPv6 address. More...
 
bool inet::maskedAddrAreEqual (const Ipv4Address &addr1, const Ipv4Address &addr2, const Ipv4Address &netmask)
 Compare two IPv4 addresses masked by netmask. More...
 
bool inet::maskedAddrAreEqual (const Ipv6Address &addr1, const Ipv6Address &addr2, const Ipv6Address &netmask)
 Compare two IPv6 addresses masked by netmask. More...
 
Ipv6Address inet::getPrefix (const Ipv6Address &addr, const Ipv6Address &netmask)
 Get prefix from IPv6 address and network mask (represented as address) More...
 
Ipv6Address inet::makeNetmask (int length)
 Make network mask represented as IPv6 address from netmask length. More...
 

Detailed Description

EIGRP Dual-stack (IPv4/IPv6) support header file @detail Functions prototypes for dual-stack (IPv4/IPv6) support.

Author
Jan Zavrel (honza.nosp@m..zav.nosp@m.rel96.nosp@m.@gma.nosp@m.il.co.nosp@m.m)
Vit Rek (rek@k.nosp@m.n.vu.nosp@m.tbr.c.nosp@m.z)
Vladimir Vesely (ivese.nosp@m.ly@f.nosp@m.it.vu.nosp@m.tbr..nosp@m.cz)
Date
27. 10. 2014