Searched refs:nl_helper (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/route/ |
H A D | route_netlink.c | 41 struct nl_helper; 43 static void print_getmsg(struct nl_helper *h, struct nlmsghdr *hdr, 45 static void print_nlmsg(struct nl_helper *h, struct nlmsghdr *hdr, 115 struct nl_helper { struct 120 nl_helper_init(struct nl_helper *h) in nl_helper_init() argument 126 nl_helper_free(struct nl_helper *h) in nl_helper_free() 142 rtmsg_nl_int(struct nl_helper *h, int cmd, int rtm_flags, int fib, int rtm_addrs, in rtmsg_nl_int() 302 struct nl_helper h = {}; in rtmsg_nl() 312 get_ifdata(struct nl_helper *h, uint32_t ifindex, struct snl_parsed_link_simple *link) in get_ifdata() 343 print_getmsg(struct nl_helper *h, struct nlmsghdr *hdr, struct sockaddr *dst) in print_getmsg() [all …]
|