OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a_label
(Results
1 - 2
of
2
) sorted by null
/external/libnl/lib/route/
addr.c
219
nla_strlcpy(addr->
a_label
, tb[IFA_LABEL], IFNAMSIZ);
356
nl_dump(p, " label %s", addr->
a_label
);
449
nl_dump_line(p, "ADDR_LABEL=%s\n", addr->
a_label
);
490
diff |= ADDR_DIFF(LABEL, strcmp(a->
a_label
, b->
a_label
));
596
NLA_PUT_STRING(msg, IFA_LABEL, tmpl->
a_label
);
769
if (strlen(label) > sizeof(addr->
a_label
) - 1)
772
strcpy(addr->
a_label
, label);
781
return addr->
a_label
;
/external/libnl/include/
netlink-types.h
237
char
a_label
[IFNAMSIZ];
member in struct:rtnl_addr
Completed in 354 milliseconds