Searched refs:Value6 (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
H A DDataSource.c202 UINT32 Value6; local
261 &Value6,
269 && ( 0xffff >= Value6 )
287 pRemoteAddress6->sin6_addr.__u6_addr.__u6_addr8[ 10 ] = (UINT8)( Value6 >> 8 );
288 pRemoteAddress6->sin6_addr.__u6_addr.__u6_addr8[ 11 ] = (UINT8)Value6;
305 Value6,

Completed in 85 milliseconds