Searched refs:be_tmp (Results 1 – 1 of 1) sorted by relevance
485 __be16 be_tmp; in portctrl() local504 memcpy(&be_tmp, ptr, 2); in portctrl()505 ether_type = ntohs(be_tmp); in portctrl()1357 __be16 be_tmp; in wlanhdr_to_ethhdr() local1390 memcpy(&be_tmp, ptr+rmv_len, 2); in wlanhdr_to_ethhdr()1391 eth_type = ntohs(be_tmp); /* pattrib->ether_type */ in wlanhdr_to_ethhdr()1412 be_tmp = htons(len); in wlanhdr_to_ethhdr()1413 memcpy(ptr+12, &be_tmp, 2); in wlanhdr_to_ethhdr()