HomeSort by relevance Sort by last modified time
    Searched full:ifinfomsg (Results 51 - 68 of 68) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtnetlink.h 404 /* struct ifinfomsg
409 struct ifinfomsg struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtnetlink.h 404 /* struct ifinfomsg
409 struct ifinfomsg struct
  /external/iproute2/ip/
iplink.c 149 struct ifinfomsg i;
156 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
175 struct ifinfomsg i;
415 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
ipaddress.c 224 struct ifinfomsg *ifi = NLMSG_DATA(n);
896 struct ifinfomsg *ifi = NLMSG_DATA(&l->h);
949 struct ifinfomsg *ifi = NLMSG_DATA(&l->h);
  /external/iproute2/lib/
ll_map.c 44 struct ifinfomsg *ifi = NLMSG_DATA(n);
  /external/libnl-headers/netlink/
cache-api.h 31 * .co_hdrsize = sizeof(struct ifinfomsg),
  /external/kernel-headers/original/linux/
rtnetlink.h 418 /* struct ifinfomsg
423 struct ifinfomsg { struct
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 63 struct ifinfomsg ifinfo;
72 req.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
491 struct ifinfomsg *ifi;
497 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
546 struct ifinfomsg *ifi;
581 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
610 struct ifinfomsg *ifi;
620 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
    [all...]
  /external/wpa_supplicant_8/src/ap/
vlan_init.c 603 struct ifinfomsg *ifi;
612 nlmsg_len = NLMSG_ALIGN(sizeof(struct ifinfomsg));
  /external/dhcpcd/
if-linux.c 344 struct ifinfomsg *ifi;
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c     [all...]
  /bionic/libc/kernel/common/linux/
rtnetlink.h 367 struct ifinfomsg { struct
  /external/iproute2/misc/
ifstat.c 83 struct ifinfomsg *ifi = NLMSG_DATA(m);
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 643 static void wpa_driver_wext_event_rtm_newlink(void *ctx, struct ifinfomsg *ifi,
724 static void wpa_driver_wext_event_rtm_dellink(void *ctx, struct ifinfomsg *ifi,
    [all...]
driver_hostap.c 870 struct ifinfomsg *ifi,
driver_madwifi.c 987 madwifi_wireless_event_rtm_newlink(void *ctx, struct ifinfomsg *ifi,
    [all...]
driver_atheros.c     [all...]
driver_nl80211.c 894 struct ifinfomsg *ifi,
999 struct ifinfomsg *ifi,
    [all...]

Completed in 510 milliseconds

1 23