Searched defs:rs_only (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_net_NetUtils.cpp209 struct icmp6_filter rs_only; local
210 ICMP6_FILTER_SETBLOCKALL(&rs_only);
211 ICMP6_FILTER_SETPASS(ND_ROUTER_SOLICIT, &rs_only);
212 socklen_t len = sizeof(rs_only);
213 if (setsockopt(fd, IPPROTO_ICMPV6, ICMP6_FILTER, &rs_only, len) != 0) {

Completed in 26 milliseconds