Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Diptypes.h238 DWORD PhysicalAddressLength; member
297 DWORD PhysicalAddressLength; member
H A Dnetioapi.h28 ULONG PhysicalAddressLength; member
/reactos/base/services/nfsd/
H A Dnfs41_client.c286 if (addr->PhysicalAddressLength == 0) in adapter_valid()
333 addr->PhysicalAddressLength); in hash_mac_addrs()
/reactos/dll/win32/iphlpapi/
H A Daddress.c485 CurrentAA->PhysicalAddressLength = Entry->if_physaddrlen; in GetAdaptersAddresses()
H A Diphlpapi_main.c3155 currentAddress->PhysicalAddressLength = ifInfo.if_info.ent.if_physaddrlen; in GetAdaptersAddresses()
/reactos/modules/rostests/winetests/iphlpapi/
H A Diphlpapi.c1442 trace("PhysicalAddressLength: %u\n", aa->PhysicalAddressLength); in test_GetAdaptersAddresses()
1443 for (i = 0; i < aa->PhysicalAddressLength; i++) in test_GetAdaptersAddresses()
/reactos/dll/win32/wbemprox/
H A Dbuiltin.c3167 … rec->mac_address = get_mac_address( aa->PhysicalAddress, aa->PhysicalAddressLength ); in fill_networkadapter()
3415 … rec->mac_address = get_mac_address( aa->PhysicalAddress, aa->PhysicalAddressLength ); in fill_networkadapterconfig()