Searched refs:NLMSG_RTA (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dif_nameindex.c35 rta = NLMSG_RTA(h, sizeof(*ifi));
40 rta = NLMSG_RTA(h, sizeof(*ifa));
H A Dnetlink.h91 #define NLMSG_RTA(nlh, len) ((void*)((char*)(nlh) + sizeof(struct nlmsghdr) + NETLINK_ALIGN(len))) macro
H A Dgetifaddrs.c115 for (rta = NLMSG_RTA(h, sizeof(*ifi)); NLMSG_RTAOK(rta, h); rta = RTA_NEXT(rta)) {
137 for (rta = NLMSG_RTA(h, sizeof(*ifi)); NLMSG_RTAOK(rta, h); rta = RTA_NEXT(rta)) {
167 for (rta = NLMSG_RTA(h, sizeof(*ifa)); NLMSG_RTAOK(rta, h); rta = RTA_NEXT(rta)) {

Completed in 30 milliseconds