Symbol: json_do_bool
usr.sbin/bgpctl/json.h
31
void json_do_bool(const char *, int);
usr.sbin/bgpctl/output_json.c
242
json_do_bool("template", p->conf.template);
usr.sbin/bgpctl/output_json.c
243
json_do_bool("cloned", p->template != NULL);
usr.sbin/bgpctl/output_json.c
244
json_do_bool("passive", p->conf.passive);
usr.sbin/bgpctl/output_json.c
245
json_do_bool("down", p->conf.down);
usr.sbin/bgpctl/output_json.c
246
json_do_bool("multihop", p->conf.ebgp && p->conf.distance > 1);
usr.sbin/bgpctl/output_json.c
264
json_do_bool("ttl_security", p->conf.ttlsec);
usr.sbin/bgpctl/output_json.c
401
json_do_bool("used_by_nexthop", kf->flags & F_NEXTHOP);
usr.sbin/bgpctl/output_json.c
402
json_do_bool("blackhole", kf->flags & F_BLACKHOLE);
usr.sbin/bgpctl/output_json.c
403
json_do_bool("reject", kf->flags & F_REJECT);
usr.sbin/bgpctl/output_json.c
427
json_do_bool("coupled", kt->fib_sync);
usr.sbin/bgpctl/output_json.c
428
json_do_bool("admin_change", kt->fib_sync != kt->fib_conf);
usr.sbin/bgpctl/output_json.c
439
json_do_bool("is_up", iface->is_up);
usr.sbin/bgpctl/output_json.c
440
json_do_bool("nh_reachable", iface->nh_reachable);
usr.sbin/bgpctl/output_json.c
460
json_do_bool("valid", nh->valid);
usr.sbin/bgpctl/output_json.c
468
json_do_bool("connected", nh->kr.flags & F_CONNECTED);
usr.sbin/bgpctl/output_json.c
60
json_do_bool("as4byte", capa->as4byte);
usr.sbin/bgpctl/output_json.c
608
json_do_bool("partial", flags & ATTR_PARTIAL);
usr.sbin/bgpctl/output_json.c
609
json_do_bool("transitive", flags & ATTR_TRANSITIVE);
usr.sbin/bgpctl/output_json.c
61
json_do_bool("refresh", capa->refresh);
usr.sbin/bgpctl/output_json.c
610
json_do_bool("optional", flags & ATTR_OPTIONAL);
usr.sbin/bgpctl/output_json.c
62
json_do_bool("enhanced_refresh", capa->enhanced_rr);
usr.sbin/bgpctl/output_json.c
63
json_do_bool("extended_message", capa->ext_msg);
usr.sbin/bgpctl/output_json.c
83
json_do_bool("eor", 1);
usr.sbin/bgpctl/output_json.c
84
json_do_bool("restart", restarted);
usr.sbin/bgpctl/output_json.c
854
json_do_bool("valid", r->flags & F_PREF_ELIGIBLE);
usr.sbin/bgpctl/output_json.c
856
json_do_bool("filtered", 1);
usr.sbin/bgpctl/output_json.c
858
json_do_bool("best", 1);
usr.sbin/bgpctl/output_json.c
860
json_do_bool("ecmp", 1);
usr.sbin/bgpctl/output_json.c
862
json_do_bool("as-wide", 1);
usr.sbin/bgpctl/output_json.c
868
json_do_bool("stale", 1);
usr.sbin/bgpctl/output_json.c
870
json_do_bool("announced", 1);
usr.sbin/bgpctl/output_json.c
89
json_do_bool("graceful_notification", 1);
usr.sbin/bgpctl/output_json.c
97
json_do_bool("preserved",
usr.sbin/radiusctl/json.h
31
void json_do_bool(const char *, int);
usr.sbin/rpki-client/json.h
31
void json_do_bool(const char *, int);
usr.sbin/rpki-client/print.c
199
json_do_bool("asid_inherit", 1);
usr.sbin/rpki-client/print.c
240
json_do_bool("ip_inherit", 1);