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

/external/iproute2/lib/
H A Dlibnetlink.c544 int addattr_l(struct nlmsghdr *n, int maxlen, int type, const void *data, function
551 fprintf(stderr, "addattr_l ERROR: message exceeded bound of %d\n",maxlen);
579 addattr_l(n, maxlen, type, NULL, 0);
594 addattr_l(n, maxlen, type, data, len);

Completed in 64 milliseconds