Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_socket_listener.h44 void OpenSocketForEachIface(bool ipv6Support, bool lo);
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_socket_listener.cpp253 void MDnsSocketListener::OpenSocketForEachIface(bool ipv6Support, bool lo) in OpenSocketForEachIface() function in OHOS::NetManagerStandard::MDnsSocketListener
H A Dmdns_protocol_impl.cpp78 listener_.OpenSocketForEachIface(config_.ipv6Support, config_.configLo); in Init()