Home
last modified time | relevance | path

Searched refs:flushp (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/ip/
Dipneigh.c40 int flushp; member
86 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) { in flush_update()
90 filter.flushp = 0; in flush_update()
236 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) { in print_neigh()
240 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp)); in print_neigh()
245 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb; in print_neigh()
386 filter.flushp = 0; in do_show_or_flush()
Dipaddress.c51 int flushp; member
340 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) { in flush_update()
344 filter.flushp = 0; in flush_update()
419 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) { in print_addrinfo()
423 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp)); in print_addrinfo()
428 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb; in print_addrinfo()
720 filter.flushp = 0; in ipaddr_list_or_flush()
Diproute.c91 int flushp; member
110 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) { in flush_update()
114 filter.flushp = 0; in flush_update()
286 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) { in print_route()
290 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp)); in print_route()
295 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb; in print_route()
1217 filter.flushp = 0; in iproute_list_or_flush()