mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 17:28:02 +00:00
tiny doc change to LWIP_HOOK_IP4_ROUTE_SRC
This commit is contained in:
parent
991f751305
commit
fed916b852
@ -2634,8 +2634,8 @@
|
||||
* Signature:
|
||||
* struct netif *my_hook(const ip4_addr_t *src, const ip4_addr_t *dest);
|
||||
* Arguments:
|
||||
* - dest: destination IPv4 address
|
||||
* - src: local/source IPv4 address
|
||||
* - dest: destination IPv4 address
|
||||
* Returns values:
|
||||
* - the destination netif
|
||||
* - NULL if no destination netif is found. In that case, ip_route() continues as normal.
|
||||
|
Loading…
Reference in New Issue
Block a user