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

  /external/iproute2/ip/
ipneigh.c 40 int flushp; member in struct:__anon4461
86 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
90 filter.flushp = 0;
236 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
240 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
245 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
386 filter.flushp = 0;
ipaddress.c 51 int flushp; member in struct:__anon4456
340 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
344 filter.flushp = 0;
419 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
423 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
428 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
720 filter.flushp = 0;
iproute.c 91 int flushp; member in struct:__anon4465
110 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
114 filter.flushp = 0;
286 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
290 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
295 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
    [all...]

Completed in 20 milliseconds