Searched refs:addattrstrz (Results 1 – 5 of 5) sorted by relevance
/external/iproute2/include/ |
D | libnetlink.h | 86 int addattrstrz(struct nlmsghdr *n, int maxlen, int type, const char *data);
|
/external/iproute2/tc/ |
D | f_flower.c | 205 addattrstrz(n, MAX_MSG, TCA_FLOWER_INDEV, ifname); in flower_parse_opt()
|
D | tc_bpf.c | 612 addattrstrz(n, MAX_MSG, nla_tbl[BPF_NLA_NAME], annotation); in bpf_parse_common()
|
/external/iproute2/ip/ |
D | ipl2tp.c | 167 addattrstrz(&req.n, 1024, L2TP_ATTR_IFNAME, p->ifname); in create_session()
|
/external/iproute2/lib/ |
D | libnetlink.c | 645 int addattrstrz(struct nlmsghdr *n, int maxlen, int type, const char *str) in addattrstrz() function
|