OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rt6
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/jni/
com_android_server_connectivity_Vpn.cpp
204
in6_rtmsg
rt6
;
local
205
memset(&
rt6
, 0, sizeof(
rt6
));
206
rt6
.rtmsg_ifindex = index;
207
rt6
.rtmsg_flags = RTF_UP;
219
if (inet_pton(AF_INET6, address, &
rt6
.rtmsg_dst) != 1 ||
225
rt6
.rtmsg_dst_len = prefix ? prefix : 1;
226
if (ioctl(inet6, SIOCADDRT, &
rt6
) && errno != EEXIST) {
233
rt6
.rtmsg_dst.s6_addr[0] ^= 0x80;
234
if (ioctl(inet6, SIOCADDRT, &
rt6
) && errno != EEXIST)
[
all
...]
/external/tcpdump/
Android.mk
90
print-
rt6
.c\
/external/ppp/pppd/
sys-linux.c
2460
struct in6_rtmsg
rt6
;
local
[
all
...]
Completed in 949 milliseconds