HomeSort by relevance Sort by last modified time
    Searched refs:rta_type (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/iproute2/lib/
libnetlink.c 537 rta->rta_type = type;
555 rta->rta_type = type;
618 subrta->rta_type = type;
636 subrta->rta_type = type;
647 if ((rta->rta_type <= max) && (!tb[rta->rta_type]))
648 tb[rta->rta_type] = rta;
662 if (rta->rta_type <= max && i < max)
  /external/wpa_supplicant_8/src/drivers/
netlink.c 170 rta->rta_type = IFLA_LINKMODE;
180 rta->rta_type = IFLA_OPERSTATE;
priv_netlink.h 104 unsigned short rta_type; member in struct:rtattr
  /external/chromium/net/base/
network_change_notifier_netlink_linux.cc 47 if (route_attribute->rta_type == IFA_CACHEINFO) {
  /external/dnsmasq/src/
netlink.c 202 if (rta->rta_type == IFA_LOCAL)
204 else if (rta->rta_type == IFA_BROADCAST)
220 if (rta->rta_type == IFA_ADDRESS)
  /external/android-clat/
getaddr.c 61 switch(rta_p->rta_type) {
getroute.c 62 switch(rta_p->rta_type) {
  /external/dhcpcd/
if-linux.c 260 switch (rta->rta_type) {
321 switch (rta->rta_type) {
368 switch (rta->rta_type) {
450 rta->rta_type = type;
470 rta->rta_type = type;
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 236 if (rta->rta_type == IFA_LOCAL)
  /system/core/libsysutils/src/
NetlinkEvent.cpp 100 switch(rta->rta_type) {
  /external/iproute2/ip/
iproute.c 634 rta->rta_type = RTA_MULTIPATH;
695 mxrta->rta_type = RTA_METRICS;
    [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 88 rta->rta_type = IFLA_LINKMODE;
97 rta->rta_type = IFLA_OPERSTATE;
508 if (attr->rta_type == IFLA_IFNAME) {
592 if (attr->rta_type == IFLA_WIRELESS) {
596 } else if (attr->rta_type == IFLA_IFNAME) {
631 if (attr->rta_type == IFLA_IFNAME) {
    [all...]
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 116 if (rta->rta_type <= max)
117 tb[rta->rta_type] = rta;
  /external/kernel-headers/original/linux/
rtnetlink.h 139 unsigned short rta_type; member in struct:rtattr
730 rta->rta_type = attrtype;
  /bionic/libc/kernel/common/linux/
rtnetlink.h 145 unsigned short rta_type; member in struct:rtattr
  /external/iproute2/include/linux/
rtnetlink.h 139 unsigned short rta_type; member in struct:rtattr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
rtnetlink.h 120 unsigned short rta_type; member in struct:rtattr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtnetlink.h 120 unsigned short rta_type; member in struct:rtattr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtnetlink.h 120 unsigned short rta_type; member in struct:rtattr
  /development/ndk/platforms/android-3/include/linux/
rtnetlink.h 115 unsigned short rta_type; member in struct:rtattr
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
rtnetlink.h 115 unsigned short rta_type; member in struct:rtattr
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
rtnetlink.h 115 unsigned short rta_type; member in struct:rtattr
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
rtnetlink.h 115 unsigned short rta_type; member in struct:rtattr
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
rtnetlink.h 115 unsigned short rta_type; member in struct:rtattr
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
rtnetlink.h 115 unsigned short rta_type; member in struct:rtattr

Completed in 846 milliseconds

1 2 3