Searched defs:nlmsg_append (Results 1 - 1 of 1) sorted by relevance

/external/libnl/lib/
H A Dmsg.c126 * // Payload may be added to the message via nlmsg_append(). The fourth
130 * nlmsg_append(msg, &mydata, sizeof(mydata), 0);
550 int nlmsg_append(struct nl_msg *n, void *data, size_t len, int pad) function

Completed in 292 milliseconds