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

/device/generic/goldfish/wifi/ipv6proxy/
H A Dinterface.h39 Socket& icmpSocket() { return mIcmpSocket; }
51 Socket mIcmpSocket; member in class:Interface
H A Dinterface.cpp92 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 6 milliseconds