Symbol: nl_helper
sbin/route/route_netlink.c
120
nl_helper_init(struct nl_helper *h)
sbin/route/route_netlink.c
126
nl_helper_free(struct nl_helper *h)
sbin/route/route_netlink.c
142
rtmsg_nl_int(struct nl_helper *h, int cmd, int rtm_flags, int fib, int rtm_addrs,
sbin/route/route_netlink.c
305
struct nl_helper h = {};
sbin/route/route_netlink.c
315
get_ifdata(struct nl_helper *h, uint32_t ifindex, struct snl_parsed_link_simple *link)
sbin/route/route_netlink.c
346
print_getmsg(struct nl_helper *h, struct nlmsghdr *hdr, struct sockaddr *dst)
sbin/route/route_netlink.c
394
print_prefix(struct nl_helper *h, char *buf, int bufsize, struct sockaddr *sa, int plen)
sbin/route/route_netlink.c
41
struct nl_helper;
sbin/route/route_netlink.c
43
static void print_getmsg(struct nl_helper *h, struct nlmsghdr *hdr,
sbin/route/route_netlink.c
45
static void print_nlmsg(struct nl_helper *h, struct nlmsghdr *hdr,
sbin/route/route_netlink.c
472
print_nlmsg_route_nhop(struct nl_helper *h, struct snl_parsed_route *r,
sbin/route/route_netlink.c
511
print_nlmsg_route(struct nl_helper *h, struct nlmsghdr *hdr,
sbin/route/route_netlink.c
578
print_nlmsg_link(struct nl_helper *h, struct nlmsghdr *hdr,
sbin/route/route_netlink.c
602
print_nlmsg_addr(struct nl_helper *h, struct nlmsghdr *hdr,
sbin/route/route_netlink.c
652
print_nlmsg_neigh(struct nl_helper *h, struct nlmsghdr *hdr,
sbin/route/route_netlink.c
711
print_nlmsg_generic(struct nl_helper *h, struct nlmsghdr *hdr, struct snl_msg_info *cinfo)
sbin/route/route_netlink.c
719
print_nlmsg(struct nl_helper *h, struct nlmsghdr *hdr, struct snl_msg_info *cinfo)
sbin/route/route_netlink.c
750
struct nl_helper h;
sbin/route/route_netlink.c
811
flushroute_one(struct nl_helper *h, struct snl_parsed_route *r)
sbin/route/route_netlink.c
863
struct nl_helper h = {};