Searched refs:__rtnetlink_enumerate_new (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/src/network/ |
H A D | netlink.h | 95 hidden int __rtnetlink_enumerate_new(int link_af, int addr_af, int (*cb)(void *ctx, struct nlmsghdr *h),
|
H A D | netlink.c | 54 int __rtnetlink_enumerate_new(int link_af, int addr_af, int (*cb)(void *ctx, struct nlmsghdr *h), in __rtnetlink_enumerate_new() function
|
H A D | getifaddrs.c | 274 r = __rtnetlink_enumerate_new(AF_UNSPEC, AF_UNSPEC, netlink_msg_to_ifaddr, ctx, &getlink); in getifaddrs()
|
Completed in 1 milliseconds