Home
last modified time | relevance | path

Searched refs:netifapi_netif_common (Results 1 – 2 of 2) sorted by relevance

/lib/lwip/lwip/src/include/lwip/
A Dnetifapi.h76 err_t netifapi_netif_common(struct netif *netif, netifapi_void_fn voidfunc,
87 #define netifapi_netif_remove(n) netifapi_netif_common(n, netif_remove, NULL)
91 #define netifapi_netif_set_up(n) netifapi_netif_common(n, netif_set_up, NULL)
95 #define netifapi_netif_set_down(n) netifapi_netif_common(n, netif_set_down, NULL)
117 #define netifapi_dhcp_start(n) netifapi_netif_common(n, NULL, dhcp_start)
122 #define netifapi_dhcp_stop(n) netifapi_netif_common(n, dhcp_stop, NULL)
126 #define netifapi_dhcp_inform(n) netifapi_netif_common(n, dhcp_inform, NULL)
130 #define netifapi_dhcp_renew(n) netifapi_netif_common(n, NULL, dhcp_renew)
135 #define netifapi_dhcp_release(n) netifapi_netif_common(n, NULL, dhcp_release)
149 #define netifapi_autoip_start(n) netifapi_netif_common(n, NULL, autoip_start)
[all …]
/lib/lwip/lwip/src/api/
A Dnetifapi.c303 netifapi_netif_common(struct netif *netif, netifapi_void_fn voidfunc, in netifapi_netif_common() function

Completed in 6 milliseconds