Home
last modified time | relevance | path

Searched refs:netVal (Results 1 – 1 of 1) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
DTcpServer.c581 uint32_t netVal = htonl(val); in WriteUINT32() local
583 return WriteBytes(s, (char*)&netVal, 4); in WriteUINT32()
594 uint32_t netVal; in ReadUINT32() local
596 if (!ReadBytes(s, (char*)&netVal, 4)) in ReadUINT32()
598 *val = ntohl(netVal); in ReadUINT32()