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

1 2 3

  /external/wpa_supplicant_8/src/drivers/
priv_netlink.h 24 #ifndef IFLA_IFNAME
25 #define IFLA_IFNAME 3
  /external/strace/xlat/
rtnl_link_attrs.h 11 #if !(defined(IFLA_IFNAME) || (defined(HAVE_DECL_IFLA_IFNAME) && HAVE_DECL_IFLA_IFNAME))
12 # define IFLA_IFNAME 3
149 XLAT(IFLA_IFNAME),
  /external/iproute2/ip/
iplink_vrf.c 133 addattr_l(&req.n, sizeof(req), IFLA_IFNAME, name, strlen(name) + 1);
201 addattr_l(&req.n, sizeof(req), IFLA_IFNAME, name, strlen(name) + 1);
iplink_vxcan.c 72 addattr_l(hdr, 1024, IFLA_IFNAME, name, len);
link_veth.c 70 addattr_l(hdr, 1024, IFLA_IFNAME, name, len);
ipvrf.c 533 if (!tb[IFLA_IFNAME]) {
539 name = rta_getattr_str(tb[IFLA_IFNAME]);
ipaddress.c 176 strcpy(ifr.ifr_name, rta_getattr_str(tb[IFLA_IFNAME]));
949 if (tb[IFLA_IFNAME] == NULL) {
953 name = rta_getattr_str(tb[IFLA_IFNAME]);
958 fnmatch(pfilter->label, RTA_DATA(tb[IFLA_IFNAME]), 0))
1075 if (tb[IFLA_IFNAME] == NULL)
1080 fnmatch(filter.label, RTA_DATA(tb[IFLA_IFNAME]), 0))
1108 if (tb[IFLA_IFNAME]) {
1112 rta_getattr_str(tb[IFLA_IFNAME]));
    [all...]
  /device/google/cuttlefish_common/common/libs/net/
network_interface_manager.cpp 37 request.AddString(IFLA_IFNAME, interface.Name());
86 // by the kernel, because we specify IFLA_IFNAME, but open by index.
  /external/libnfnetlink/src/
iftable.c 68 if (!cb[IFLA_IFNAME])
99 strcpy(this->name, RTA_DATA(cb[IFLA_IFNAME]));
  /external/iproute2/bridge/
link.c 122 if (tb[IFLA_IFNAME] == NULL) {
131 tb[IFLA_IFNAME] ? rta_getattr_str(tb[IFLA_IFNAME]) : "<nil>");
  /bionic/libc/bionic/
net_if.cpp 109 if (rta->rta_type == IFLA_IFNAME) {
ifaddrs.cpp 185 } else if (rta->rta_type == IFLA_IFNAME) {
  /external/iproute2/lib/
ll_map.c 107 ifname = rta_getattr_str(tb[IFLA_IFNAME]);
  /external/iproute2/testsuite/tools/
generate_nlmsg.c 53 ATTR_STRZ(IFLA_IFNAME, "eth0");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_link.h 105 IFLA_IFNAME,
  /device/google/cuttlefish_common/common/commands/wifi_relay/
wifi_relay.cpp 200 nla_put_string(msg.Msg(), IFLA_IFNAME, name.c_str());
  /external/libnl/include/linux-private/linux/
if_link.h 105 IFLA_IFNAME,
  /kernel/tests/net/test/
iproute.py 177 IFLA_IFNAME = 3
318 elif name in ["FRA_IIFNAME", "FRA_OIFNAME", "IFLA_IFNAME", "IFLA_QDISC",
648 ifinfo += self._NlAttrStr(IFLA_IFNAME, dev_name)
661 ifinfo += self._NlAttrStr(IFLA_IFNAME, dev_name)
706 |-IFLA_IFNAME = <user-provided ifname>
723 ifinfo += self._NlAttrStr(IFLA_IFNAME, dev_name)
  /prebuilts/go/darwin-x86/src/syscall/
types_linux.go 263 IFLA_IFNAME = C.IFLA_IFNAME
  /prebuilts/go/linux-x86/src/syscall/
types_linux.go 263 IFLA_IFNAME = C.IFLA_IFNAME
  /external/libnl/lib/route/
link.c 270 [IFLA_IFNAME] = { .type = NLA_STRING,
306 if (tb[IFLA_IFNAME] == NULL)
309 nla_strlcpy(link->l_name, tb[IFLA_IFNAME], IFNAMSIZ);
1140 NLA_PUT_STRING(msg, IFLA_IFNAME, name);
    [all...]
  /bionic/libc/kernel/uapi/linux/
if_link.h 87 IFLA_IFNAME,
  /external/iproute2/include/uapi/linux/
if_link.h 110 IFLA_IFNAME,
  /external/kernel-headers/original/uapi/linux/
if_link.h 110 IFLA_IFNAME,
  /external/strace/
rtnl_link.c 381 [IFLA_IFNAME] = decode_nla_str,

Completed in 698 milliseconds

1 2 3