Searched refs:__rtnetlink_enumerate (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/src/network/ |
H A D | netlink.h | 94 hidden int __rtnetlink_enumerate(int link_af, int addr_af, int (*cb)(void *ctx, struct nlmsghdr *h), void *ctx);
|
H A D | if_nameindex.c | 94 if (__rtnetlink_enumerate(AF_UNSPEC, AF_INET, netlink_msg_to_nameindex, ctx) < 0) goto err; in if_nameindex()
|
H A D | netlink.c | 42 int __rtnetlink_enumerate(int link_af, int addr_af, int (*cb)(void *ctx, struct nlmsghdr *h), void *ctx) in __rtnetlink_enumerate() function
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | if_nameindex.c | 95 if (__rtnetlink_enumerate(AF_UNSPEC, AF_INET, netlink_msg_to_nameindex, ctx) < 0) goto err; in if_nameindex()
|
Completed in 2 milliseconds