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:__anon21155
86 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
204 if (filter.flushb && n->nlmsg_type != RTM_NEWNEIGH)
235 if (filter.flushb) {
241 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
246 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
388 char flushb[4096-512]; local
390 filter.flushb = flushb;
392 filter.flushe = sizeof(flushb);
    [all...]
ipaddress.c 50 char *flushb; member in struct:__anon21142
486 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
525 if (filter.flushb && n->nlmsg_type != RTM_NEWADDR)
565 if (filter.flushb) {
571 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
576 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
585 if (filter.oneline || filter.flushb)
878 char flushb[4096-512]; local
880 filter.flushb = flushb;
    [all...]
iproute.c 98 char *flushb; member in struct:__anon21159
119 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
255 if (filter.flushb &&
297 if (filter.flushb && n->nlmsg_type != RTM_NEWROUTE)
313 if (filter.flushb) {
319 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
324 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
1269 char flushb[4096-512]; local
    [all...]

Completed in 431 milliseconds