Searched refs:NetDeviceInfo (Results 1 – 2 of 2) sorted by relevance
251 struct NetDeviceInfo { struct261 struct NetDeviceInfo deviceInfos[MAX_NETDEVICE_COUNT]; argument
1521 struct NetDeviceInfo *info = (struct NetDeviceInfo *)arg; in NetDeviceInfoHandler()1548 static int32_t GetIftypeAndMac(struct NetDeviceInfo *info) in GetIftypeAndMac()1582 if (memset_s(&netDeviceInfoResult->deviceInfos[i], sizeof(struct NetDeviceInfo), 0, in GetNetDeviceInfo()1583 sizeof(struct NetDeviceInfo)) != EOK) { in GetNetDeviceInfo()