Searched refs:rtnl (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dlibnetlink.c229 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, argument
255 n->nlmsg_seq = seq = ++rtnl->seq;
260 status = sendmsg(rtnl->fd, &msg, 0);
273 status = recvmsg(rtnl->fd, &msg, 0);
304 h->nlmsg_pid != rtnl->local.nl_pid ||
350 int rtnl_listen(struct rtnl_handle *rtnl, argument
374 status = recvmsg(rtnl->fd, &msg, 0);
422 int rtnl_from_file(FILE *rtnl, rtnl_filter_t handler, argument
439 status = fread(&buf, 1, sizeof(*h), rtnl);
456 len, ftell(rtnl));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dlibnetlink.h27 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer,
H A Dlibnetlink.c197 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, argument
220 n->nlmsg_seq = seq = ++rtnl->seq;
224 status = sendmsg(rtnl->fd, &msg, 0);
235 status = recvmsg(rtnl->fd, &msg, 0);
265 h->nlmsg_pid != rtnl->local.nl_pid ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/
H A Dlibnetlink.h29 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Drtnetlink.c451 struct sock *rtnl = net->rtnl; local
457 netlink_broadcast(rtnl, skb, pid, group, GFP_KERNEL);
459 err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT);
465 struct sock *rtnl = net->rtnl; local
467 return nlmsg_unicast(rtnl, skb, pid);
474 struct sock *rtnl = net->rtnl; local
480 nlmsg_notify(rtnl, sk
486 struct sock *rtnl = net->rtnl; local
1705 struct sock *rtnl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dnet_namespace.h65 struct sock *rtnl; /* rtnetlink socket */ member in struct:net

Completed in 137 milliseconds