Searched refs:l2_buff (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/esp_netif/lwip/netif/ |
D | wlanif.c | 129 esp_netif_recv_ret_t wlanif_input(void *h, void *buffer, size_t len, void* l2_buff) in wlanif_input() argument 136 if (l2_buff) { in wlanif_input() 137 esp_netif_free_rx_buffer(esp_netif, l2_buff); in wlanif_input() 145 esp_netif_free_rx_buffer(esp_netif, l2_buff); in wlanif_input() 149 esp_netif_free_rx_buffer(esp_netif, l2_buff); in wlanif_input() 151 p = esp_pbuf_allocate(esp_netif, buffer, len, l2_buff); in wlanif_input() 153 esp_netif_free_rx_buffer(esp_netif, l2_buff); in wlanif_input()
|
D | esp_pbuf_ref.c | 48 struct pbuf* esp_pbuf_allocate(esp_netif_t *esp_netif, void *buffer, size_t len, void *l2_buff) in esp_pbuf_allocate() argument 58 esp_pbuf->l2_buf = l2_buff; in esp_pbuf_allocate()
|
D | ethernetif.c | 119 esp_netif_recv_ret_t ethernetif_input(void *h, void *buffer, size_t len, void *l2_buff) in ethernetif_input() argument
|
/hal_espressif-latest/components/esp_netif/include/lwip/ |
D | esp_netif_net_stack.h | 60 esp_netif_recv_ret_t ethernetif_input(void *h, void *buffer, size_t len, void *l2_buff); 90 esp_netif_recv_ret_t wlanif_input(void *h, void *buffer, size_t len, void* l2_buff);
|
D | esp_pbuf_ref.h | 25 struct pbuf* esp_pbuf_allocate(esp_netif_t *esp_netif, void *buffer, size_t len, void *l2_buff);
|