HomeSort by relevance Sort by last modified time
    Searched defs:flushb (Results 1 - 3 of 3) sorted by null

  /external/iproute2/ip/
ipneigh.c 39 char *flushb; member in struct:__anon7319
86 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
204 if (filter.flushb && n->nlmsg_type != RTM_NEWNEIGH)
234 if (filter.flushb) {
240 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
245 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
383 char flushb[4096-512]; local
385 filter.flushb = flushb;
387 filter.flushe = sizeof(flushb);
    [all...]
ipaddress.c 50 char *flushb; member in struct:__anon7314
431 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
468 if (filter.flushb && n->nlmsg_type != RTM_NEWADDR)
508 if (filter.flushb) {
514 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
519 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
528 if (filter.oneline || filter.flushb)
815 char flushb[4096-512]; local
817 filter.flushb = flushb;
    [all...]
iproute.c 90 char *flushb; member in struct:__anon7323
110 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
140 if (filter.flushb && n->nlmsg_type != RTM_NEWROUTE)
269 if (filter.flushb &&
277 if (filter.flushb) {
283 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
288 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
1200 char flushb[4096-512]; local
    [all...]

Completed in 256 milliseconds