Home
last modified time | relevance | path

Searched refs:tot_len (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_netif/lwip/netif/
Dethernetif.c87 q = pbuf_alloc(PBUF_RAW_TX, p->tot_len, PBUF_RAM); in ethernet_low_level_output()
Dwlanif.c94 q = pbuf_alloc(PBUF_RAW_TX, p->tot_len, PBUF_RAM); in low_level_output()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c527 int wps_enrollee_process_msg_frag(struct wpabuf **buf, int tot_len, u8 *frag_data, int frag_len, u8… in wps_enrollee_process_msg_frag() argument
544 if (0 == (flag & WPS_MSG_FLAG_LEN) || tot_len < frag_len) { in wps_enrollee_process_msg_frag()
549 *buf = wpabuf_alloc(tot_len); in wps_enrollee_process_msg_frag()