Searched refs:__rtnetlink_enumerate (Results 1 – 4 of 4) sorted by relevance
| /third_party/ulib/musl/src/network/ |
| A D | netlink.c | 46 int __rtnetlink_enumerate(int link_af, int addr_af, int (*cb)(void* ctx, struct nlmsghdr* h), in __rtnetlink_enumerate() function
|
| A D | netlink.h | 94 int __rtnetlink_enumerate(int link_af, int addr_af, int (*cb)(void* ctx, struct nlmsghdr* h),
|
| A D | if_nameindex.c | 92 if (__rtnetlink_enumerate(AF_UNSPEC, AF_INET, netlink_msg_to_nameindex, ctx) < 0) in if_nameindex()
|
| A D | getifaddrs.c | 222 r = __rtnetlink_enumerate(AF_UNSPEC, AF_UNSPEC, netlink_msg_to_ifaddr, ctx); in getifaddrs()
|
Completed in 8 milliseconds