Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/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 …]
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dnetifapi.h92 err_t netifapi_netif_common(struct netif *netif, netifapi_void_fn voidfunc,
96 #define netifapi_netif_remove(n) netifapi_netif_common(n, netif_remove, NULL)
98 #define netifapi_netif_set_up(n) netifapi_netif_common(n, netif_set_up, NULL)
100 #define netifapi_netif_set_down(n) netifapi_netif_common(n, netif_set_down, NULL)
114 #define netifapi_dhcp_start(n) netifapi_netif_common(n, NULL, dhcp_start)
116 #define netifapi_dhcp_stop(n) netifapi_netif_common(n, dhcp_stop, NULL)
118 #define netifapi_dhcp_inform(n) netifapi_netif_common(n, dhcp_inform, NULL)
120 #define netifapi_dhcp_renew(n) netifapi_netif_common(n, NULL, dhcp_renew)
122 #define netifapi_dhcp_release(n) netifapi_netif_common(n, NULL, dhcp_release)
130 #define netifapi_autoip_start(n) netifapi_netif_common(n, NULL, autoip_start)
[all …]
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dnetifapi.h89 err_t netifapi_netif_common ( struct netif *netif,
93 #define netifapi_netif_remove(n) netifapi_netif_common(n, netif_remove, NULL)
94 #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)
96 #define netifapi_netif_set_default(n) netifapi_netif_common(n, netif_set_default, NULL)
97 #define netifapi_dhcp_start(n) netifapi_netif_common(n, NULL, dhcp_start)
98 #define netifapi_dhcp_stop(n) netifapi_netif_common(n, dhcp_stop, NULL)
99 #define netifapi_autoip_start(n) netifapi_netif_common(n, NULL, autoip_start)
100 #define netifapi_autoip_stop(n) netifapi_netif_common(n, NULL, autoip_stop)
/components/drivers/wlan/
A Ddev_wlan_lwip.c171 netifapi_netif_common(eth_dev->netif, netif_set_link_up, NULL); in netif_set_connected()
181 netifapi_netif_common(eth_dev->netif, netif_set_link_up, NULL); in netif_set_connected()
196 netifapi_netif_common(eth_dev->netif, netif_set_link_down, NULL); in netif_set_connected()
/components/net/lwip/lwip-1.4.1/src/api/
A Dnetifapi.c148 netifapi_netif_common(struct netif *netif, netifapi_void_fn voidfunc, in netifapi_netif_common() function
/components/net/lwip/lwip-2.0.3/src/api/
A Dnetifapi.c206 netifapi_netif_common(struct netif *netif, netifapi_void_fn voidfunc, in netifapi_netif_common() function
/components/net/lwip/lwip-2.1.2/src/api/
A Dnetifapi.c303 netifapi_netif_common(struct netif *netif, netifapi_void_fn voidfunc, in netifapi_netif_common() function
/components/net/lwip/port/
A Dethernetif.c80 #define netifapi_netif_set_link_up(n) netifapi_netif_common(n, netif_set_link_up, NULL)
81 #define netifapi_netif_set_link_down(n) netifapi_netif_common(n, netif_set_link_down, NULL)

Completed in 14 milliseconds