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

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

Completed in 18 milliseconds