mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 09:16:20 +00:00
added comment, fixed coding style
This commit is contained in:
parent
ac21a5f370
commit
bd177ff38f
@ -1843,6 +1843,11 @@ nd6_reachability_hint(const ip6_addr_t * ip6addr)
|
||||
}
|
||||
#endif /* LWIP_ND6_TCP_REACHABILITY_HINTS */
|
||||
|
||||
/**
|
||||
* Remove all prefix, neighbor_cache and router entries of the specified netif.
|
||||
*
|
||||
* @param netif points to a network interface
|
||||
*/
|
||||
void
|
||||
nd6_cleanup_netif(struct netif * netif)
|
||||
{
|
||||
|
@ -585,7 +585,8 @@ etharp_remove_static_entry(const ip4_addr_t *ipaddr)
|
||||
*
|
||||
* @param netif points to a network interface
|
||||
*/
|
||||
void etharp_cleanup_netif(struct netif *netif)
|
||||
void
|
||||
etharp_cleanup_netif(struct netif *netif)
|
||||
{
|
||||
u8_t i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user