Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/mw300_rd/
DNetworkInterface.c220 uint8_t pkt_len; in xNetworkInterfaceOutput() local
231 pkt_len = 22 + 4; /* sizeof(TxPD) + INTF_HEADER_LEN */ in xNetworkInterfaceOutput()
232 memcpy( ( u8_t * ) outbuf + pkt_len, ( u8_t * ) pxNetworkBuffer->pucEthernetBuffer, in xNetworkInterfaceOutput()
234 int ret = wifi_low_level_output( BSS_TYPE_STA, outbuf + pkt_len, pxNetworkBuffer->xDataLength ); in xNetworkInterfaceOutput()