Lines Matching defs:netif

67 #define _RUN_IN_LWIP_TASK(function, netif, param) { return esp_netif_lwip_ipc_call(function, netif,…  argument
73 #define _IS_NETIF_ANY_POINT2POINT_TYPE(netif) (netif->related_data && netif->related_data->is_point… argument
75 #define _IS_NETIF_ANY_POINT2POINT_TYPE(netif) false argument
77 #define _RUN_IN_LWIP_TASK_IF_SUPPORTED(function, netif, param) \ argument
146 static void netif_callback_fn(struct netif* netif, netif_nsc_reason_t reason, const netif_ext_callb… in netif_callback_fn()
192 struct netif *netif = arg; in netif_send_garp() local
199 static void netif_set_garp_flag(struct netif *netif) in netif_set_garp_flag()
204 static void netif_unset_garp_flag(struct netif *netif) in netif_unset_garp_flag()
258 static inline esp_err_t esp_netif_lwip_ipc_call(esp_netif_api_fn fn, esp_netif_t* netif, void *data) in esp_netif_lwip_ipc_call()
367 esp_netif_t *netif = esp_netif_next_unsafe(NULL); in esp_netif_update_default_netif_lwip() local
412 static inline esp_netif_t* lwip_get_esp_netif(struct netif *netif) in lwip_get_esp_netif()
421 static inline void lwip_set_esp_netif(struct netif *netif, esp_netif_t* esp_netif) in lwip_set_esp_netif()
1235 static void esp_netif_internal_dhcpc_cb(struct netif *netif) in esp_netif_internal_dhcpc_cb()
1304 struct netif *netif = esp_netif->lwip_netif; in esp_netif_ip_lost_timer() local
1329 struct netif *netif = esp_netif->lwip_netif; in esp_netif_start_ip_lost_timer() local
1837 esp_netif_t *netif = msg->esp_netif; in esp_netif_dhcps_get_clients_by_mac_api() local
1965 struct netif *netif = arg; in netif_send_mldv6() local
1973 static void netif_set_mldv6_flag(struct netif *netif) in netif_set_mldv6_flag()
1981 static void netif_unset_mldv6_flag(struct netif *netif) in netif_unset_mldv6_flag()
2007 static void esp_netif_internal_nd6_cb(struct netif *netif, uint8_t ip_index) in esp_netif_internal_nd6_cb()
2376 struct netif* netif = msg->esp_netif->lwip_netif; in esp_netif_get_netif_impl_name_api() local