ipv6_pmtu.c
IPv6 (Internet Protocol Version 6)
NdpDestCacheEntry * ndpFindDestCacheEntry(NetInterface *interface, const Ipv6Addr *destAddr)
Search the Destination Cache for a given destination address.
Definition: ndp_cache.c:503
size_t ipv6GetPathMtu(NetInterface *interface, const Ipv6Addr *destAddr)
Retrieve the PMTU for the specified path.
Definition: ipv6_pmtu.c:54
void ipv6UpdatePathMtu(NetInterface *interface, const Ipv6Addr *destAddr, size_t tentativePathMtu)
Update the PMTU for the specified path.
Definition: ipv6_pmtu.c:93
Neighbor and destination cache management.
Path MTU Discovery for IPv6.
NDP (Neighbor Discovery Protocol)
IPv4 and IPv6 common routines.
TCP/IP stack core.
Debugging facilities.