Searched refs:rtnl (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/lib/ |
D | libnetlink.c | 277 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, in rtnl_talk() argument 301 n->nlmsg_seq = seq = ++rtnl->seq; in rtnl_talk() 306 status = sendmsg(rtnl->fd, &msg, 0); in rtnl_talk() 319 status = recvmsg(rtnl->fd, &msg, 0); in rtnl_talk() 350 h->nlmsg_pid != rtnl->local.nl_pid || in rtnl_talk() 394 int rtnl_listen(struct rtnl_handle *rtnl, in rtnl_listen() argument 418 status = recvmsg(rtnl->fd, &msg, 0); in rtnl_listen() 469 int rtnl_from_file(FILE *rtnl, rtnl_filter_t handler, in rtnl_from_file() argument 486 status = fread(&buf, 1, sizeof(*h), rtnl); in rtnl_from_file() 502 len, ftell(rtnl)); in rtnl_from_file() [all …]
|
/external/iproute2/doc/ |
D | Plan | 9 2.1 RTNETLINK (api-rtnl.tex)
|
/external/libnl/ |
D | Android.mk | 24 lib/route/rtnl.c \
|
D | ChangeLog | 193 o Move realms translations from route to rtnl module. 202 route/rtnl.c, required by other modules as well.
|
/external/libnl/include/ |
D | Makefile.am | 57 netlink/route/rtnl.h \
|
/external/iproute2/include/ |
D | libnetlink.h | 42 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer,
|