Home
last modified time | relevance | path

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

/webrtc/util/src/ifaces/ffi/windows/
H A Dmod.rs63 pub first_unicast_address: *const IpAdapterUnicastAddress,
109 pub struct IpAdapterUnicastAddress { struct
112 pub next: *const IpAdapterUnicastAddress, argument
247 unsafe fn v4_socket_from_adapter(unicast_addr: &IpAdapterUnicastAddress) -> SocketAddrV4 { in v4_socket_from_adapter()
263 unsafe fn v6_socket_from_adapter(unicast_addr: &IpAdapterUnicastAddress) -> SocketAddrV6 { in v6_socket_from_adapter()
375 unsafe fn is_ipv4_enabled(unicast_addr: &IpAdapterUnicastAddress) -> bool { in is_ipv4_enabled()
386 unsafe fn is_ipv6_enabled(unicast_addr: &IpAdapterUnicastAddress) -> bool { in is_ipv6_enabled()