Home
last modified time | relevance | path

Searched refs:maxtll (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_socket_listener.cpp90 const int maxtll = 255; in InitSocketV4() local
104 (setsockopt(sock, IPPROTO_IP, IP_TTL, reinterpret_cast<const char *>(&maxtll), sizeof(maxtll)) == 0) && in InitSocketV4()
105 (setsockopt(sock, IPPROTO_IP, IP_MULTICAST_TTL, reinterpret_cast<const char *>(&maxtll), sizeof(maxtll)) == 0); in InitSocketV4()

Completed in 2 milliseconds