HomeSort by relevance Sort by last modified time
    Searched full:rs_only (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/jni/
android_net_NetUtils.cpp 136 struct icmp6_filter rs_only; local
137 ICMP6_FILTER_SETBLOCKALL(&rs_only);
138 ICMP6_FILTER_SETPASS(ND_ROUTER_SOLICIT, &rs_only);
139 socklen_t len = sizeof(rs_only);
140 if (setsockopt(fd, IPPROTO_ICMPV6, ICMP6_FILTER, &rs_only, len) != 0) {

Completed in 57 milliseconds