Searched defs:IpAdapterAddresses (Results 1 – 4 of 4) sorted by relevance
124 type IpAdapterAddresses struct { struct125 Length uint32126 IfIndex uint32127 Next *IpAdapterAddresses128 AdapterName *byte129 FirstUnicastAddress *IpAdapterUnicastAddress130 FirstAnycastAddress *IpAdapterAnycastAddress131 FirstMulticastAddress *IpAdapterMulticastAddress132 FirstDnsServerAddress *IpAdapterDnsServerAdapter133 DnsSuffix *uint16[all …]
198 …sAddresses(family uint32, flags uint32, reserved uintptr, adapterAddresses *IpAdapterAddresses, si…
2078 type IpAdapterAddresses struct { struct2079 Length uint322080 IfIndex uint322081 Next *IpAdapterAddresses2082 AdapterName *byte2083 FirstUnicastAddress *IpAdapterUnicastAddress2084 FirstAnycastAddress *IpAdapterAnycastAddress2085 FirstMulticastAddress *IpAdapterMulticastAddress2086 FirstDnsServerAddress *IpAdapterDnsServerAdapter2087 DnsSuffix *uint16[all …]
1601 …sAddresses(family uint32, flags uint32, reserved uintptr, adapterAddresses *IpAdapterAddresses, si…