Home
last modified time | relevance | path

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

/device/generic/goldfish/wifi/ipv6proxy/
Dinterface.h38 Socket& ipSocket() { return mIpSocket; } in ipSocket()
50 Socket mIpSocket; variable
Dinterface.cpp130 Result res = mIpSocket.open(AF_PACKET, SOCK_DGRAM, ETH_P_IPV6); in configureIpSocket()
136 res = mIpSocket.bind(mLinkAddr); in configureIpSocket()