Searched refs:flushb (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dflushb.c3 * flushb.c --- Hides system-dependent information for both syncing a
53 errcode_t ext2fs_sync_device(int fd, int flushb) argument
64 if (flushb) {
H A Dext2fs.h671 /* flushb.c */
672 extern errcode_t ext2fs_sync_device(int fd, int flushb);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/ip/
H A Dipneigh.c44 char *flushb; member in struct:__anon277
91 if (rtnl_send(&rth, filter.flushb, filter.flushp) < 0) {
209 if (filter.flushb && n->nlmsg_type != RTM_NEWNEIGH)
239 if (filter.flushb) {
245 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
250 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
389 char flushb[4096-512]; local
391 filter.flushb = flushb;
393 filter.flushe = sizeof(flushb);
[all...]
H A Dipaddress.c49 char *flushb; member in struct:__anon274
271 if (rtnl_send(&rth, filter.flushb, filter.flushp) < 0) {
297 if (filter.flushb && n->nlmsg_type != RTM_NEWADDR)
337 if (filter.flushb) {
343 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
348 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
357 if (filter.oneline || filter.flushb)
591 char flushb[4096-512]; local
593 filter.flushb = flushb;
[all...]
H A Diproute.c80 char *flushb; member in struct:__anon279
108 if (rtnl_send(&rth, filter.flushb, filter.flushp) < 0) {
136 if (filter.flushb && n->nlmsg_type != RTM_NEWROUTE)
265 if (filter.flushb &&
273 if (filter.flushb) {
279 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
284 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
1154 char flushb[4096-512]; local
1167 filter.flushb = flushb;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/libiproute/
H A Diproute.c28 char *flushb; member in struct:filter_t
51 if (rtnl_send(filter.rth, filter.flushb, filter.flushp) < 0) {
100 if (filter.flushb && n->nlmsg_type != RTM_NEWROUTE)
173 if (filter.flushb &&
181 if (filter.flushb) {
187 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
192 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
633 char flushb[4096-512]; local
642 filter.flushb = flushb;
[all...]
H A Dipaddress.c35 char *flushb; member in struct:filter_t
182 if (rtnl_send(filter.rth, filter.flushb, filter.flushp) < 0) {
208 if (filter.flushb && n->nlmsg_type != RTM_NEWADDR)
245 if (filter.flushb) {
251 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
256 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
482 char flushb[4096-512]; local
484 filter.flushb = flushb;
486 filter.flushe = sizeof(flushb);
[all...]

Completed in 93 milliseconds