• Home
  • Raw
  • Download

Lines Matching refs:nlmsghdr

104 static int filter_nlmesg(int (*fun)(struct nlmsghdr *mhdr, char **), char **);
165 struct nlmsghdr nlh; in send_nlmesg()
478 static void add_string_to_rtattr(struct nlmsghdr *n, int maxlen, in add_string_to_rtattr()
554 static void vlan_parse_opt(char **argv, struct nlmsghdr *n, unsigned int size) in vlan_parse_opt()
599 struct nlmsghdr mhdr; in linkupdate()
853 static int get_link_info(struct nlmsghdr* h,struct linkdata* link,char **argv) in get_link_info()
944 static int display_link_info(struct nlmsghdr *mhdr, char **argv) in display_link_info()
963 struct nlmsghdr mhdr; in link_show()
999 static int print_addrinfo(struct nlmsghdr *h, int flag_l) in print_addrinfo()
1109 struct nlmsghdr *addr_ptr = NULL; in ipaddrupdate()
1115 struct nlmsghdr nlm; in ipaddrupdate()
1260 addr_ptr = (struct nlmsghdr *) reply; in ipaddrupdate()
1383 struct nlmsghdr *addr_ptr; in ipaddr_print()
1399 addr_ptr = (struct nlmsghdr *)TT.gbuf; in ipaddr_print()
1571 static int display_route_info(struct nlmsghdr *mhdr, char **argv) in display_route_info()
1709 struct nlmsghdr* mhdr = (struct nlmsghdr*)toybuf; in display_route_info()
1733 struct nlmsghdr *mhdr; in display_route_info()
1747 for (mhdr = (struct nlmsghdr*)toybuf; NLMSG_OK(mhdr, msglen); in display_route_info()
1785 struct nlmsghdr mhdr; in route_get()
1840 struct nlmsghdr *mhdr = (struct nlmsghdr*)toybuf; in route_get()
1879 struct nlmsghdr mhdr; in route_show_flush()
2017 struct nlmsghdr hdr; in route_update()
2190 struct nlmsghdr mhdr; in ruleupdate()
2325 static int show_rules(struct nlmsghdr *mhdr, in show_rules()
2785 static int filter_nlmesg(int (*fun)(struct nlmsghdr *mhdr, char **argv), in filter_nlmesg()
2789 struct nlmsghdr *mhdr; in filter_nlmesg()
2801 for (mhdr = (struct nlmsghdr*)TT.gbuf; NLMSG_OK(mhdr, msglen); in filter_nlmesg()