Home
last modified time | relevance | path

Searched defs:nlmsg_list (Results 1 – 2 of 2) sorted by relevance

/external/iputils/ninfod/
Dni_ifaddrs.c94 struct nlmsg_list { struct
95 struct nlmsg_list *nlm_next; argument
96 struct nlmsghdr *nlh;
97 int size;
98 time_t seq;
316 struct nlmsg_list *nlmsg_list, *nlmsg_end, *nlm; in ni_ifaddrs() local
/external/iproute2/ip/
Dipaddress.c714 struct nlmsg_list struct
716 struct nlmsg_list *next; argument
720 static int print_selected_addrinfo(int ifindex, struct nlmsg_list *ainfo, FILE *fp) in print_selected_addrinfo() argument