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

  /external/libnl/lib/route/
addr.c 139 addr->a_scope = RT_SCOPE_NOWHERE;
212 addr->a_scope = ifa->ifa_scope;
335 rtnl_scope2str(addr->a_scope, buf, sizeof(buf)));
446 rtnl_scope2str(addr->a_scope, buf, sizeof(buf)));
489 diff |= ADDR_DIFF(SCOPE, a->a_scope != b->a_scope);
569 am.ifa_scope = tmpl->a_scope;
821 addr->a_scope = scope;
827 return addr->a_scope;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemprov.h 533 virtual HRESULT WINAPI Register(__LONG32 a_Flags,IWbemContext *a_Context,LPCWSTR a_User,LPCWSTR a_Locale,LPCWSTR a_Scope,LPCWSTR a_Registration,IUnknown *a_Unknown) = 0;
542 HRESULT (WINAPI *Register)(IWbemDecoupledRegistrar *This,__LONG32 a_Flags,IWbemContext *a_Context,LPCWSTR a_User,LPCWSTR a_Locale,LPCWSTR a_Scope,LPCWSTR a_Registration,IUnknown *a_Unknown);
553 #define IWbemDecoupledRegistrar_Register(This,a_Flags,a_Context,a_User,a_Locale,a_Scope,a_Registration,a_Unknown) (This)->lpVtbl->Register(This,a_Flags,a_Context,a_User,a_Locale,a_Scope,a_Registration,a_Unknown)
557 HRESULT WINAPI IWbemDecoupledRegistrar_Register_Proxy(IWbemDecoupledRegistrar *This,__LONG32 a_Flags,IWbemContext *a_Context,LPCWSTR a_User,LPCWSTR a_Locale,LPCWSTR a_Scope,LPCWSTR a_Registration,IUnknown *a_Unknown);
    [all...]
  /external/libnl/include/
netlink-types.h 226 uint8_t a_scope; member in struct:rtnl_addr
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAttributes.java     [all...]

Completed in 917 milliseconds