Searched defs:addattr_l (Results 1 - 1 of 1) sorted by relevance
/external/iproute2/lib/ |
H A D | libnetlink.c | 525 return addattr_l(n, maxlen, type, NULL, 0); 530 return addattr_l(n, maxlen, type, &data, sizeof(__u8)); 535 return addattr_l(n, maxlen, type, &data, sizeof(__u16)); 540 return addattr_l(n, maxlen, type, &data, sizeof(__u32)); 545 return addattr_l(n, maxlen, type, &data, sizeof(__u64)); 550 return addattr_l(n, maxlen, type, str, strlen(str)+1); 553 int addattr_l(struct nlmsghdr *n, int maxlen, int type, const void *data, function 560 fprintf(stderr, "addattr_l ERROR: message exceeded bound of %d\n",maxlen); 588 addattr_l(n, maxlen, type, NULL, 0); 603 addattr_l( [all...] |
Completed in 70 milliseconds