Searched refs:scope (Results 1 – 5 of 5) sorted by relevance
/system/netd/server/ |
D | NetlinkHandler.cpp | 79 const char *scope = evt->findParam("SCOPE"); in onEvent() local 88 if (iface && flags && scope) { in onEvent() 89 notifyAddressChanged(action, address, iface, flags, scope); in onEvent() 186 const char *scope) { in notifyAddressChanged() argument 190 addr, iface, flags, scope); in notifyAddressChanged()
|
D | NetlinkHandler.h | 46 const char *flags, const char *scope);
|
/system/extras/tests/net_test/ |
D | iproute.py | 568 def _Address(self, version, command, addr, prefixlen, flags, scope, ifindex): argument 571 ifaddrmsg = IfAddrMsg((family, prefixlen, flags, scope, ifindex)).Pack() 603 scope = RT_SCOPE_UNIVERSE if nexthop else RT_SCOPE_LINK 605 RTPROT_STATIC, scope, RTN_UNICAST, 0)).Pack()
|
D | srcaddr_selection_test.py | 75 self.assertEquals(iproute.RT_SCOPE_UNIVERSE, ifa_msg.scope)
|
/system/bt/stack/include/ |
D | avrc_defs.h | 1094 UINT8 scope; member 1118 UINT8 scope; member 1140 UINT8 scope; member 1151 UINT8 scope; member
|