Home | History | Annotate | Download | only in pending

Lines Matching full:nlmsghdr

100 static int filter_nlmesg(int (*fun)(struct nlmsghdr *mhdr, char **), char **);
150 struct nlmsghdr nlh;
433 static void add_string_to_rtattr(struct nlmsghdr *n, int maxlen,
509 static void vlan_parse_opt(char **argv, struct nlmsghdr *n, unsigned int size)
554 struct nlmsghdr mhdr;
808 static int get_link_info(struct nlmsghdr* h,struct linkdata* link,char **argv)
899 static int display_link_info(struct nlmsghdr *mhdr, char **argv)
918 struct nlmsghdr mhdr;
953 static int print_addrinfo(struct nlmsghdr *h, int flag_l)
1063 struct nlmsghdr *addr_ptr = NULL;
1069 struct nlmsghdr nlm;
1214 addr_ptr = (struct nlmsghdr *) reply;
1337 struct nlmsghdr *addr_ptr;
1353 addr_ptr = (struct nlmsghdr *)TT.gbuf;
1467 static int display_route_info(struct nlmsghdr *mhdr, char **argv)
1601 struct nlmsghdr* mhdr = (struct nlmsghdr*)toybuf;
1625 struct nlmsghdr *mhdr;
1639 for (mhdr = (struct nlmsghdr*)toybuf; NLMSG_OK(mhdr, msglen);
1677 struct nlmsghdr mhdr;
1732 struct nlmsghdr *mhdr = (struct nlmsghdr*)toybuf;
1771 struct nlmsghdr mhdr;
1909 struct nlmsghdr hdr;
2086 struct nlmsghdr mhdr;
2221 static int show_rules(struct nlmsghdr *mhdr,
2683 static int filter_nlmesg(int (*fun)(struct nlmsghdr *mhdr, char **argv),
2687 struct nlmsghdr *mhdr;
2699 for (mhdr = (struct nlmsghdr*)TT.gbuf; NLMSG_OK(mhdr, msglen);