Searched defs:nlmsg_list (Results 1 – 2 of 2) sorted by relevance
94 struct nlmsg_list { struct95 struct nlmsg_list *nlm_next; argument96 struct nlmsghdr *nlh;97 int size;98 time_t seq;316 struct nlmsg_list *nlmsg_list, *nlmsg_end, *nlm; in ni_ifaddrs() local
714 struct nlmsg_list struct716 struct nlmsg_list *next; argument720 static int print_selected_addrinfo(int ifindex, struct nlmsg_list *ainfo, FILE *fp) in print_selected_addrinfo() argument