Searched refs:be_tmp (Results 1 – 1 of 1) sorted by relevance
470 __be16 be_tmp; in portctrl() local479 memcpy(&be_tmp, ptr, 2); in portctrl()480 ether_type = ntohs(be_tmp); in portctrl()1507 __be16 be_tmp; in wlanhdr_to_ethhdr() local1534 memcpy(&be_tmp, ptr+rmv_len, 2); in wlanhdr_to_ethhdr()1535 eth_type = ntohs(be_tmp); /* pattrib->ether_type */ in wlanhdr_to_ethhdr()1560 be_tmp = htons(len); in wlanhdr_to_ethhdr()1561 memcpy(ptr+12, &be_tmp, 2); in wlanhdr_to_ethhdr()