Home
last modified time | relevance | path

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

/device/generic/goldfish/wifi/ipv6proxy/
Dinterface.cpp100 res = mIcmpSocket.setMulticastHopLimit(255); in configureIcmpSocket()
Dsocket.h75 Result setMulticastHopLimit(int hopLimit);
Dsocket.cpp82 Result Socket::setMulticastHopLimit(int hopLimit) { in setMulticastHopLimit() function in Socket