Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp1497 socklen_t ttlLen = sizeof(ttl); in ExecGetMulticastTTL() local
1500 IP_MULTICAST_TTL : IPV6_MULTICAST_HOPS, reinterpret_cast<void *>(&ttl), &ttlLen) == -1) { in ExecGetMulticastTTL()