short data_1, data_2; char buf[...] recv(...) memcpy(&data_1, &buf, 2); memcpy(&data_2, &buf[2], 2); ...