Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan.c347 u8 *eth_hdr_ptr; in tcp_process() local
361 eth_hdr_ptr = &buffer[0]; in tcp_process()
362 h_proto = ntohs(*((unsigned short *)&eth_hdr_ptr[12])); in tcp_process()