Home
last modified time | relevance | path

Searched refs:addattrstrz (Results 1 – 5 of 5) sorted by relevance

/external/iproute2/include/
Dlibnetlink.h86 int addattrstrz(struct nlmsghdr *n, int maxlen, int type, const char *data);
/external/iproute2/tc/
Df_flower.c205 addattrstrz(n, MAX_MSG, TCA_FLOWER_INDEV, ifname); in flower_parse_opt()
Dtc_bpf.c612 addattrstrz(n, MAX_MSG, nla_tbl[BPF_NLA_NAME], annotation); in bpf_parse_common()
/external/iproute2/ip/
Dipl2tp.c167 addattrstrz(&req.n, 1024, L2TP_ATTR_IFNAME, p->ifname); in create_session()
/external/iproute2/lib/
Dlibnetlink.c645 int addattrstrz(struct nlmsghdr *n, int maxlen, int type, const char *str) in addattrstrz() function