Home
last modified time | relevance | path

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

/system/dev/ethernet/ethertap/
A Dethertap.cpp150 uint8_t temp_buf[ETHERTAP_MAX_MTU + sizeof(ethertap_socket_header_t)]; in EthmacQueueTx() local
151 auto header = reinterpret_cast<ethertap_socket_header*>(temp_buf); in EthmacQueueTx()
152 uint8_t* data = temp_buf + sizeof(ethertap_socket_header_t); in EthmacQueueTx()
162 zx_status_t status = data_.write(0u, temp_buf, length + sizeof(ethertap_socket_header_t), in EthmacQueueTx()

Completed in 4 milliseconds