Searched refs:et_lo (Results 1 – 1 of 1) sorted by relevance
35 const uint8_t et_lo = *(ncsi_buf.data + 2 * sizeof(mac_addr_t) + 1); in parse_ethernet_frame() local36 ethertype_ = (et_hi << 8) + et_lo; in parse_ethernet_frame()