Home
last modified time | relevance | path

Searched refs:FirstUnicastAddress (Results 1 – 25 of 778) sorted by relevance

12345678910>>...32

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Dnetwork_interfaces_win_unittest.cc49 adapter_address->FirstUnicastAddress->DadState = IpDadStatePreferred; in FillAdapterAddress()
50 adapter_address->FirstUnicastAddress->PrefixOrigin = IpPrefixOriginOther; in FillAdapterAddress()
51 adapter_address->FirstUnicastAddress->SuffixOrigin = IpSuffixOriginOther; in FillAdapterAddress()
52 adapter_address->FirstUnicastAddress->PreferredLifetime = 100; in FillAdapterAddress()
53 adapter_address->FirstUnicastAddress->ValidLifetime = 1000; in FillAdapterAddress()
63 adapter_address->FirstUnicastAddress->Address.lpSockaddr = in FillAdapterAddress()
66 adapter_address->FirstUnicastAddress->OnLinkPrefixLength = 1; in FillAdapterAddress()
100 adapter_address.FirstUnicastAddress = &address; in TEST()
147 adapter_address.FirstUnicastAddress->DadState = IpDadStateTentative; in TEST()
159 adapter_address.FirstUnicastAddress->PrefixOrigin = in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/base/
H A Dnetwork_interfaces_win_unittest.cc50 adapter_address->FirstUnicastAddress->DadState = IpDadStatePreferred; in FillAdapterAddress()
51 adapter_address->FirstUnicastAddress->PrefixOrigin = IpPrefixOriginOther; in FillAdapterAddress()
52 adapter_address->FirstUnicastAddress->SuffixOrigin = IpSuffixOriginOther; in FillAdapterAddress()
53 adapter_address->FirstUnicastAddress->PreferredLifetime = 100; in FillAdapterAddress()
54 adapter_address->FirstUnicastAddress->ValidLifetime = 1000; in FillAdapterAddress()
64 adapter_address->FirstUnicastAddress->Address.lpSockaddr = in FillAdapterAddress()
67 adapter_address->FirstUnicastAddress->OnLinkPrefixLength = 1; in FillAdapterAddress()
101 adapter_address.FirstUnicastAddress = &address; in TEST()
148 adapter_address.FirstUnicastAddress->DadState = IpDadStateTentative; in TEST()
160 adapter_address.FirstUnicastAddress->PrefixOrigin = in TEST()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win32/network/
H A DNetworkWin32.cpp62 …return m_adapter.FirstUnicastAddress != nullptr ? CNetworkBase::GetIpStr(m_adapter.FirstUnicastAdd… in GetCurrentIPAddress()
67 if (m_adapter.FirstUnicastAddress->Address.lpSockaddr->sa_family == AF_INET) in GetCurrentNetmask()
68 return CNetworkBase::GetMaskByPrefixLength(m_adapter.FirstUnicastAddress->OnLinkPrefixLength); in GetCurrentNetmask()
70 return StringUtils::Format("%u", m_adapter.FirstUnicastAddress->OnLinkPrefixLength); in GetCurrentNetmask()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Neptune/Source/System/Win32/
H A DNptWin32Network.cpp275 if (iface->FirstUnicastAddress) { in GetNetworkInterfaces()
276 if (iface->FirstUnicastAddress->Address.lpSockaddr == NULL) continue; in GetNetworkInterfaces()
277 … if (iface->FirstUnicastAddress->Address.iSockaddrLength != sizeof(SOCKADDR_IN)) continue; in GetNetworkInterfaces()
278 SOCKADDR_IN* address = (SOCKADDR_IN*)iface->FirstUnicastAddress->Address.lpSockaddr; in GetNetworkInterfaces()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/System/Win32/
H A DNptWin32Network.cpp275 if (iface->FirstUnicastAddress) { in GetNetworkInterfaces()
276 if (iface->FirstUnicastAddress->Address.lpSockaddr == NULL) continue; in GetNetworkInterfaces()
277 … if (iface->FirstUnicastAddress->Address.iSockaddrLength != sizeof(SOCKADDR_IN)) continue; in GetNetworkInterfaces()
278 SOCKADDR_IN* address = (SOCKADDR_IN*)iface->FirstUnicastAddress->Address.lpSockaddr; in GetNetworkInterfaces()
/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A Dutil.cpp187 PIP_ADAPTER_UNICAST_ADDRESS firstUnicastAddress = pCurrAddresses->FirstUnicastAddress; in GetMTUWindowsIpv4()
189 pUnicast = pCurrAddresses->FirstUnicastAddress; in GetMTUWindowsIpv4()
242 PIP_ADAPTER_UNICAST_ADDRESS firstUnicastAddress = pCurrAddresses->FirstUnicastAddress; in GetMTUWindowsIpv6()
243 pUnicast = pCurrAddresses->FirstUnicastAddress; in GetMTUWindowsIpv6()
465 PIP_ADAPTER_UNICAST_ADDRESS firstUnicastAddress = pCurrAddresses->FirstUnicastAddress; in GetYggdrasilAddress()
466 pUnicast = pCurrAddresses->FirstUnicastAddress; in GetYggdrasilAddress()
/dports/net/py-ifaddr/ifaddr-0.1.7/ifaddr/
H A D_win32.py125 if adapter_info.FirstUnicastAddress:
126 …s = enumerate_interfaces_of_adapter(adapter_info.FriendlyName, adapter_info.FirstUnicastAddress[0])
/dports/net/gssdp/gssdp-1.4.0.1/libgssdp/
H A Dgssdp-net-win32.c53 adapter->FirstUnicastAddress->Address.lpSockaddr->sa_family; in is_primary_adapter()
214 if (adapter->FirstUnicastAddress == NULL) in gssdp_net_get_host_ip()
260 for (address = adapter->FirstUnicastAddress; in gssdp_net_get_host_ip()
/dports/security/nmap/nmap-7.91/libdnet-stripped/src/
H A Dintf-win32.c173 for (addr = a->FirstUnicastAddress; addr != NULL; addr = addr->Next) { in _adapter_address_to_entry()
306 a_npcap_loopback->FirstUnicastAddress = a_original_loopback->FirstUnicastAddress; in _update_tables_for_npcap_loopback()
467 for (addr = a->FirstUnicastAddress; addr != NULL; addr = addr->Next) { in intf_get_src()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dsock_probe_win32.cc109 curr_unicast_address = curr_addresses->FirstUnicastAddress; in init_sock_probe()
163 curr_addresses->FirstUnicastAddress; in get_interface()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/system/win32/
H A DnsNotifyAddrListener.cpp480 if (!aAdapter->FirstUnicastAddress) return false; in CheckICSGateway()
482 LPSOCKADDR aAddress = aAdapter->FirstUnicastAddress->Address.lpSockaddr; in CheckICSGateway()
602 !adapter->FirstUnicastAddress || in CheckAdaptersAddresses()
615 for (PIP_ADAPTER_UNICAST_ADDRESS pip = adapter->FirstUnicastAddress; pip; in CheckAdaptersAddresses()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/system/win32/
H A DnsNotifyAddrListener.cpp516 if (!aAdapter->FirstUnicastAddress) in CheckICSGateway()
519 LPSOCKADDR aAddress = aAdapter->FirstUnicastAddress->Address.lpSockaddr; in CheckICSGateway()
648 !adapter->FirstUnicastAddress || in CheckAdaptersAddresses()
661 for (PIP_ADAPTER_UNICAST_ADDRESS pip = adapter->FirstUnicastAddress; in CheckAdaptersAddresses()
/dports/net/gupnp/gupnp-1.4.0/libgupnp/
H A Dgupnp-windows-context-manager.c82 if (adapter->FirstUnicastAddress == NULL) in gupnp_windows_context_manager_get_interfaces()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/network-info-0.2.0.10/cbits/
H A Dnetwork-windows.c49 for (unicast = adapter->FirstUnicastAddress; unicast; unicast = unicast->Next) { in c_get_network_interfaces()
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/network-info-0.2.0.10/cbits/
H A Dnetwork-windows.c49 for (unicast = adapter->FirstUnicastAddress; unicast; unicast = unicast->Next) { in c_get_network_interfaces()
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/network-info-0.2.0.10/cbits/
H A Dnetwork-windows.c49 for (unicast = adapter->FirstUnicastAddress; unicast; unicast = unicast->Next) { in c_get_network_interfaces()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/network-info-0.2.0.10/cbits/
H A Dnetwork-windows.c49 for (unicast = adapter->FirstUnicastAddress; unicast; unicast = unicast->Next) { in c_get_network_interfaces()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win10/network/
H A DNetworkWin10.cpp101 PIP_ADAPTER_UNICAST_ADDRESS_LH address = m_adapterAddr->FirstUnicastAddress; in GetCurrentIPAddress()
119 PIP_ADAPTER_UNICAST_ADDRESS_LH address = m_adapterAddr->FirstUnicastAddress; in GetCurrentNetmask()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/sctp/src/netinet/
H A Dsctp_userspace.c152 memcpy(addr, &pAdapt->FirstUnicastAddress->Address.lpSockaddr, sizeof(struct sockaddr_in)); in Win_getifaddrs()
186 memcpy(addr6, &pAdapt->FirstUnicastAddress->Address.lpSockaddr, sizeof(struct sockaddr_in6)); in Win_getifaddrs()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/net/
H A Dinterface_windows.go66 puni := paddr.FirstUnicastAddress
162 puni := paddr.FirstUnicastAddress
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/src/win/
H A Dutil.c937 adapter->FirstUnicastAddress == NULL) in uv_interface_addresses()
958 adapter->FirstUnicastAddress; in uv_interface_addresses()
987 adapter->FirstUnicastAddress == NULL) in uv_interface_addresses()
1010 adapter->FirstUnicastAddress; in uv_interface_addresses()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/
H A Dsyscall_windows.go68 FirstUnicastAddress *IpAdapterUnicastAddress member
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/internal/syscall/windows/
H A Dsyscall_windows.go78 FirstUnicastAddress *IpAdapterUnicastAddress member
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/internal/syscall/windows/
H A Dsyscall_windows.go78 FirstUnicastAddress *IpAdapterUnicastAddress member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Diptypes.h237 PIP_ADAPTER_UNICAST_ADDRESS_LH FirstUnicastAddress; member
300 PIP_ADAPTER_UNICAST_ADDRESS_XP FirstUnicastAddress; member

12345678910>>...32