OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addattrstrz
(Results
1 - 5
of
5
) sorted by null
/external/iproute2/include/
libnetlink.h
86
int
addattrstrz
(struct nlmsghdr *n, int maxlen, int type, const char *data);
/external/iproute2/tc/
f_flower.c
205
addattrstrz
(n, MAX_MSG, TCA_FLOWER_INDEV, ifname);
tc_bpf.c
612
addattrstrz
(n, MAX_MSG, nla_tbl[BPF_NLA_NAME], annotation);
[
all
...]
/external/iproute2/ip/
ipl2tp.c
167
addattrstrz
(&req.n, 1024, L2TP_ATTR_IFNAME, p->ifname);
/external/iproute2/lib/
libnetlink.c
645
int
addattrstrz
(struct nlmsghdr *n, int maxlen, int type, const char *str)
function
Completed in 186 milliseconds