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

  /device/generic/goldfish/wifi/ipv6proxy/
interface.h 38 Socket& ipSocket() { return mIpSocket; }
50 Socket mIpSocket;
interface.cpp 130 Result res = mIpSocket.open(AF_PACKET, SOCK_DGRAM, ETH_P_IPV6);
136 res = mIpSocket.bind(mLinkAddr);

Completed in 67 milliseconds