summaryrefslogtreecommitdiff
path: root/doc/src/examples/nlmsg_for_each.c
blob: ae2ee665635606224b20696c068fd6aa7e153c8a (plain)
1
2
3
4
5
6
7
#include <netlink/msg.h>

struct nlmsghdr *hdr;

nlmsg_for_each(hdr, stream, length) {
	/* do something with message */
}