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

  /external/strace/xlat/
rtnl_addrlabel_attrs.h 13 #if defined(IFAL_LABEL) || (defined(HAVE_DECL_IFAL_LABEL) && HAVE_DECL_IFAL_LABEL)
15 static_assert((IFAL_LABEL) == (2), "IFAL_LABEL != 2");
18 # define IFAL_LABEL 2
32 XLAT(IFAL_LABEL),
  /bionic/libc/kernel/uapi/linux/
if_addrlabel.h 32 IFAL_LABEL = 2,
  /external/iproute2/include/uapi/linux/
if_addrlabel.h 27 IFAL_LABEL = 2,
  /external/kernel-headers/original/uapi/linux/
if_addrlabel.h 27 IFAL_LABEL = 2,
  /external/iproute2/ip/
ipaddrlabel.c 86 if (tb[IFAL_LABEL] && RTA_PAYLOAD(tb[IFAL_LABEL]) == sizeof(uint32_t)) {
89 memcpy(&label, RTA_DATA(tb[IFAL_LABEL]), sizeof(label));
172 addattr32(&req.n, sizeof(req), IFAL_LABEL, label);
  /external/strace/
rtnl_addrlabel.c 58 [IFAL_LABEL] = decode_nla_u32

Completed in 2709 milliseconds