Searched refs:FLAG_CONFIG (Results 1 – 5 of 5) sorted by relevance
691 if (pp->flags & FLAG_CONFIG) in list_peers()769 if (pp->flags & FLAG_CONFIG) in list_peers_sum()879 if (pp->flags & FLAG_CONFIG) in peer_info()1027 if (pp->flags & FLAG_CONFIG) in peer_stats()1460 } while (p && !(FLAG_CONFIG & p->flags)); in do_unconf()
620 flags |= FLAG_CONFIG; in peer_config()
544 if (!(peer->flags & (FLAG_CONFIG | FLAG_PREEMPT))) { in transmit()3311 } else if (!(FLAG_CONFIG & peer->flags)) { in peer_clear()
1334 if (FLAG_CONFIG & p->flags) in ctlpeerstatus()
455 #define FLAG_CONFIG 0x0001 /* association was configured */ macro