OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nlAddr
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/net/java/android/net/ip/
IpReachabilityMonitor.java
484
final NetlinkSocketAddress
nlAddr
= mSocket.getLocalAddress();
486
+ ((long) (
nlAddr
.getPortId() & 0xffffffff)) + ", "
487
+
nlAddr
.getGroupsMask()
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
575
sockaddr_nl *
nlAddr
= reinterpret_cast<sockaddr_nl *>(&ss);
576
nlAddr
->nl_family = AF_NETLINK;
577
nlAddr
->nl_pid = env->GetIntField(javaSocketAddress, nlPidFid);
578
nlAddr
->nl_groups = env->GetIntField(javaSocketAddress, nlGroupsFid);
[
all
...]
Completed in 2172 milliseconds