Searched refs:IFA_LABEL (Results 1 - 7 of 7) sorted by relevance

/external/iproute2/include/linux/
H A Dif_addr.h26 IFA_LABEL, enumerator in enum:__anon22275
/external/kernel-headers/original/uapi/linux/
H A Dif_addr.h29 IFA_LABEL, enumerator in enum:__anon23036
/external/libnl/include/linux/
H A Dif_addr.h27 IFA_LABEL, enumerator in enum:__anon24445
/external/iproute2/ip/
H A Dipaddress.c544 if (rta_tb[IFA_LABEL])
545 label = RTA_DATA(rta_tb[IFA_LABEL]);
667 if (rta_tb[IFA_LABEL])
668 fprintf(fp, "%s", rta_getattr_str(rta_tb[IFA_LABEL]));
994 if (tb[IFA_LABEL])
995 label = RTA_DATA(tb[IFA_LABEL]);
1132 addattr_l(&req.n, sizeof(req), IFA_LABEL, l, strlen(l)+1);
/external/libnl/lib/route/
H A Daddr.c185 [IFA_LABEL] = { .type = NLA_STRING,
218 if (tb[IFA_LABEL]) {
219 nla_strlcpy(addr->a_label, tb[IFA_LABEL], IFNAMSIZ);
596 NLA_PUT_STRING(msg, IFA_LABEL, tmpl->a_label);
/external/iputils/ninfod/
H A Dni_ifaddrs.c458 case IFA_LABEL:
/external/dhcpcd/
H A Dif-linux.c516 add_attr_l(&nlm->hdr, sizeof(*nlm), IFA_LABEL,

Completed in 220 milliseconds