Lines Matching refs:LABEL
19 * @note The maximum size of an address label is IFNAMSIZ.
36 * // The label of the address can be specified, currently only supported
87 * // The label of the address can be specified, currently only supported
385 nl_dump(p, " label %s", addr->a_label);
444 diff |= ADDR_DIFF(LABEL, strcmp(a->a_label, b->a_label));
469 __ADD(ADDR_ATTR_LABEL, label)
716 * - label (rtnl_addr_set_label(), IPv4/DECnet only)
771 int rtnl_addr_set_label(struct rtnl_addr *addr, const char *label)
773 if (strlen(label) > sizeof(addr->a_label) - 1)
776 strcpy(addr->a_label, label);