Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/TPMCmd-DeviceID/Platform/src/
DEPS.c92 struct ifreq* intefaceRequestStart = interfaceConfiguration.ifc_req; in GetMacAddress() local
93 …const struct ifreq* const interfaceRequestEnd = intefaceRequestStart + (interfaceConfiguration.ifc… in GetMacAddress()
97 for (; intefaceRequestStart != interfaceRequestEnd; ++intefaceRequestStart) in GetMacAddress()
99 strcpy(interfaceRequest.ifr_name, intefaceRequestStart->ifr_name); in GetMacAddress()