Searched refs:NLMSG_NEXT (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dnetlink.h82 #define NLMSG_NEXT(nlh) (struct nlmsghdr*)((char*)(nlh) + NETLINK_ALIGN((nlh)->nlmsg_len)) macro
H A Dnetlink.c34 for (h = &u.reply; NLMSG_OK(h, (void*)&u.buf[r]); h = NLMSG_NEXT(h)) {

Completed in 22 milliseconds