OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 47 milliseconds