HomeSort by relevance Sort by last modified time
    Searched refs:mIcmpSocket (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/wifi/ipv6proxy/
interface.h 39 Socket& icmpSocket() { return mIcmpSocket; }
51 Socket mIcmpSocket;
interface.cpp 92 Result res = mIcmpSocket.open(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6);
100 res = mIcmpSocket.setMulticastHopLimit(255);
105 res = mIcmpSocket.setUnicastHopLimit(255);
112 res = mIcmpSocket.setInterface(mName);
120 res = mIcmpSocket.setTransparent(true);

Completed in 53 milliseconds