Lines Matching refs:netif
48 #include "lwip/netif.h"
76 void dhcp6_set_struct(struct netif *netif, struct dhcp6 *dhcp6);
77 /** Remove a struct dhcp6 previously set to the netif using dhcp6_set_struct() */
78 #define dhcp6_remove_struct(netif) netif_set_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_DHCP6, NULL)
79 void dhcp6_cleanup(struct netif *netif);
81 err_t dhcp6_enable_stateful(struct netif *netif);
82 err_t dhcp6_enable_stateless(struct netif *netif);
83 void dhcp6_disable(struct netif *netif);
87 void dhcp6_nd6_ra_trigger(struct netif *netif, u8_t managed_addr_config, u8_t other_config);
96 #define netif_dhcp6_data(netif) ((struct dhcp6*)netif_get_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_DHCP6))