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:__anon4294
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:__anon4289
340 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
377 if (filter.flushb && n->nlmsg_type != RTM_NEWADDR)
417 if (filter.flushb) {
423 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
428 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
437 if (filter.oneline || filter.flushb)
717 char flushb[4096-512]; local
719 filter.flushb = flushb;
    [all...]
iproute.c 90 char *flushb; member in struct:__anon4298
110 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
140 if (filter.flushb && n->nlmsg_type != RTM_NEWROUTE)
276 if (filter.flushb &&
284 if (filter.flushb) {
290 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
295 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
1203 char flushb[4096-512]; local
    [all...]

Completed in 44 milliseconds