OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addattr_nest
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/include/
libnetlink.h
56
extern struct rtattr *
addattr_nest
(struct nlmsghdr *n, int maxlen, int type);
/external/iproute2/lib/
libnetlink.c
575
struct rtattr *
addattr_nest
(struct nlmsghdr *n, int maxlen, int type)
function
595
addattr_nest
(n, maxlen, type);
/external/iproute2/ip/
iplink.c
186
vfinfo =
addattr_nest
(&req->n, sizeof(*req), IFLA_VF_INFO);
358
vflist =
addattr_nest
(&req->n, sizeof(*req),
Completed in 529 milliseconds