Lines Matching refs:fp
354 FILE *fp = (FILE*)arg;
400 fprintf(fp, "inet ");
402 fprintf(fp, "inet6 ");
404 fprintf(fp, "dnet ");
406 fprintf(fp, "(%d) ", ndtm->ndtm_family);
410 fprintf(fp, "%s ", name);
413 fprintf(fp, "%s", _SL_);
418 fprintf(fp, " ");
422 fprintf(fp, "thresh1 %u ", thresh1);
426 fprintf(fp, "thresh2 %u ", thresh2);
430 fprintf(fp, "thresh3 %u ", thresh3);
434 fprintf(fp, "gc_int %llu ", gc_int);
438 fprintf(fp, "%s", _SL_);
443 fprintf(fp, " ");
444 fprintf(fp, "config ");
446 fprintf(fp, "key_len %u ", ndtc->ndtc_key_len);
447 fprintf(fp, "entry_size %u ", ndtc->ndtc_entry_size);
448 fprintf(fp, "entries %u ", ndtc->ndtc_entries);
450 fprintf(fp, "%s", _SL_);
451 fprintf(fp, " ");
453 fprintf(fp, "last_flush %s ",
455 fprintf(fp, "last_rand %s ",
458 fprintf(fp, "%s", _SL_);
459 fprintf(fp, " ");
461 fprintf(fp, "hash_rnd %u ", ndtc->ndtc_hash_rnd);
462 fprintf(fp, "hash_mask %08x ", ndtc->ndtc_hash_mask);
464 fprintf(fp, "hash_chain_gc %u ", ndtc->ndtc_hash_chain_gc);
465 fprintf(fp, "proxy_qlen %u ", ndtc->ndtc_proxy_qlen);
467 fprintf(fp, "%s", _SL_);
474 fprintf(fp, " ");
475 fprintf(fp, "dev %s ", ll_index_to_name(ifindex));
476 fprintf(fp, "%s", _SL_);
479 fprintf(fp, " ");
483 fprintf(fp, "refcnt %u ", refcnt);
487 fprintf(fp, "reachable %llu ", reachable);
491 fprintf(fp, "base_reachable %llu ", breachable);
495 fprintf(fp, "retrans %llu ", retrans);
498 fprintf(fp, "%s", _SL_);
500 fprintf(fp, " ");
504 fprintf(fp, "gc_stale %llu ", gc_stale);
508 fprintf(fp, "delay_probe %llu ", delay_probe);
512 fprintf(fp, "queue %u ", queue);
515 fprintf(fp, "%s", _SL_);
517 fprintf(fp, " ");
521 fprintf(fp, "app_probes %u ", aprobe);
525 fprintf(fp, "ucast_probes %u ", uprobe);
529 fprintf(fp, "mcast_probes %u ", mprobe);
532 fprintf(fp, "%s", _SL_);
534 fprintf(fp, " ");
538 fprintf(fp, "anycast_delay %llu ", anycast_delay);
542 fprintf(fp, "proxy_delay %llu ", proxy_delay);
546 fprintf(fp, "proxy_queue %u ", pqueue);
550 fprintf(fp, "locktime %llu ", locktime);
553 fprintf(fp, "%s", _SL_);
559 fprintf(fp, " ");
560 fprintf(fp, "stats ");
562 fprintf(fp, "allocs %llu ", ndts->ndts_allocs);
563 fprintf(fp, "destroys %llu ", ndts->ndts_destroys);
564 fprintf(fp, "hash_grows %llu ", ndts->ndts_hash_grows);
566 fprintf(fp, "%s", _SL_);
567 fprintf(fp, " ");
569 fprintf(fp, "res_failed %llu ", ndts->ndts_res_failed);
570 fprintf(fp, "lookups %llu ", ndts->ndts_lookups);
571 fprintf(fp, "hits %llu ", ndts->ndts_hits);
573 fprintf(fp, "%s", _SL_);
574 fprintf(fp, " ");
576 fprintf(fp, "rcv_probes_mcast %llu ", ndts->ndts_rcv_probes_mcast);
577 fprintf(fp, "rcv_probes_ucast %llu ", ndts->ndts_rcv_probes_ucast);
579 fprintf(fp, "%s", _SL_);
580 fprintf(fp, " ");
582 fprintf(fp, "periodic_gc_runs %llu ", ndts->ndts_periodic_gc_runs);
583 fprintf(fp, "forced_gc_runs %llu ", ndts->ndts_forced_gc_runs);
585 fprintf(fp, "%s", _SL_);
588 fprintf(fp, "\n");
590 fflush(fp);