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