Searched refs:addraw_l (Results 1 - 7 of 7) sorted by relevance

/external/iproute2/tc/
H A Dem_nbyte.c99 addraw_l(n, MAX_MSG, hdr, sizeof(*hdr));
100 addraw_l(n, MAX_MSG, &nb, sizeof(nb));
101 addraw_l(n, MAX_MSG, needle->data, needle->len);
H A Dem_cmp.c137 addraw_l(n, MAX_MSG, hdr, sizeof(*hdr));
138 addraw_l(n, MAX_MSG, &cmp, sizeof(cmp));
H A Dem_u32.c145 addraw_l(n, MAX_MSG, hdr, sizeof(*hdr));
146 addraw_l(n, MAX_MSG, &u_key, sizeof(u_key));
H A Dm_ematch.c191 addraw_l(n, MAX_MSG, &hdr, sizeof(hdr));
192 addraw_l(n, MAX_MSG, &r, sizeof(r));
H A Dem_meta.c404 addraw_l(n, MAX_MSG, hdr, sizeof(*hdr));
/external/iproute2/include/
H A Dlibnetlink.h55 extern int addraw_l(struct nlmsghdr *n, int maxlen, const void *data, int len);
/external/iproute2/lib/
H A Dlibnetlink.c571 int addraw_l(struct nlmsghdr *n, int maxlen, const void *data, int len) function
574 fprintf(stderr, "addraw_l ERROR: message exceeded bound of %d\n",maxlen);

Completed in 974 milliseconds