HomeSort by relevance Sort by last modified time
    Searched refs:ad_info (Results 1 - 5 of 5) sorted by null

  /device/google/cuttlefish_common/common/libs/net/
netlink_request.cpp 102 ifaddrmsg* ad_info = Reserve<ifaddrmsg>(); local
103 ad_info->ifa_family = AF_INET;
104 ad_info->ifa_prefixlen = prefix_len;
105 ad_info->ifa_flags = IFA_F_PERMANENT | IFA_F_SECONDARY;
106 ad_info->ifa_scope = 0;
107 ad_info->ifa_index = if_index;
  /bionic/libc/kernel/uapi/linux/
if_bonding.h 65 struct ad_info { struct
  /external/iproute2/include/uapi/linux/
if_bonding.h 112 struct ad_info { struct
  /external/kernel-headers/original/uapi/linux/
if_bonding.h 112 struct ad_info { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_bonding.h 109 struct ad_info { struct

Completed in 786 milliseconds