mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 17:13:49 +08:00
Don't document ip4_route and ip6_route, users should use ip_route instead
This commit is contained in:
@@ -136,7 +136,6 @@ ip4_route_src(const ip4_addr_t *dest, const ip4_addr_t *src)
|
||||
#endif /* LWIP_HOOK_IP4_ROUTE_SRC */
|
||||
|
||||
/**
|
||||
* @ingroup ip4
|
||||
* Finds the appropriate network interface for a given IP address. It
|
||||
* searches the list of network interfaces linearly. A match is found
|
||||
* if the masked IP address of the network interface equals the masked
|
||||
|
||||
Reference in New Issue
Block a user