Searched refs:_bytes (Results 1 – 1 of 1) sorted by relevance
120 #define EXPAND_IPV6_ADDRESS(_str, _bytes) \ argument123 _bytes[0] << 8 | _bytes[1], \124 _bytes[2] << 8 | _bytes[3], \125 _bytes[4] << 8 | _bytes[5], \126 _bytes[6] << 8 | _bytes[7], \127 _bytes[8] << 8 | _bytes[9], \128 _bytes[10] << 8 | _bytes[11], \129 _bytes[12] << 8 | _bytes[13], \130 _bytes[14] << 8 | _bytes[15] \
Completed in 10 milliseconds