| /openbsd/src/usr.sbin/bgpctl/ |
| D | mrtparser.c | 267 struct mrt_peer_entry *peers = NULL; in mrt_parse_v2_peer() local 300 if ((peers = calloc(cnt, sizeof(struct mrt_peer_entry))) == NULL) in mrt_parse_v2_peer() 306 ibuf_get_n32(msg, &peers[i].bgp_id) == -1) in mrt_parse_v2_peer() 310 if (mrt_extract_addr(msg, &peers[i].addr, in mrt_parse_v2_peer() 314 if (mrt_extract_addr(msg, &peers[i].addr, in mrt_parse_v2_peer() 320 if (ibuf_get_n32(msg, &peers[i].asnum) == -1) in mrt_parse_v2_peer() 327 peers[i].asnum = as2; in mrt_parse_v2_peer() 330 p->peers = peers; in mrt_parse_v2_peer() 335 free(peers); in mrt_parse_v2_peer() 464 (*pp)->peers = calloc(1, sizeof(struct mrt_peer_entry)); in mrt_parse_dump() [all …]
|
| D | mrtparser.h | 29 struct mrt_peer_entry *peers; member
|
| D | bgpctl.c | 1215 p = &mp->peers[i]; in show_mrt_dump_neighbors() 1258 ctl.remote_addr = mp->peers[mre->peer_idx].addr; in show_mrt_dump() 1259 ctl.remote_id = mp->peers[mre->peer_idx].bgp_id; in show_mrt_dump() 1339 ctl.remote_addr = mp->peers[mre->peer_idx].addr; in network_mrt_dump() 1340 ctl.remote_id = mp->peers[mre->peer_idx].bgp_id; in network_mrt_dump()
|
| /openbsd/src/usr.sbin/bgpd/ |
| D | control.c | 240 control_dispatch_msg(struct pollfd *pfd, struct peer_head *peers) in control_dispatch_msg() argument 320 RB_FOREACH(p, peer_head, peers) in control_dispatch_msg() 333 RB_FOREACH(p, peer_head, peers) { in control_dispatch_msg() 361 if (!matched && !RB_EMPTY(peers)) { in control_dispatch_msg() 383 RB_FOREACH(p, peer_head, peers) { in control_dispatch_msg() 479 RB_FOREACH(p, peer_head, peers) in control_dispatch_msg() 482 if (p == NULL && !RB_EMPTY(peers)) { in control_dispatch_msg()
|
| D | config.c | 56 RB_INIT(&conf->peers); in new_config() 287 RB_FOREACH_SAFE(p, peer_head, &conf->peers, next) { in free_config() 288 RB_REMOVE(peer_head, &conf->peers, p); in free_config() 440 RB_FOREACH_SAFE(p, peer_head, &xconf->peers, nextp) { in merge_config() 447 RB_REMOVE(peer_head, &xconf->peers, p); in merge_config() 453 RB_FOREACH_SAFE(np, peer_head, &conf->peers, nextp) { in merge_config() 454 RB_REMOVE(peer_head, &conf->peers, np); in merge_config() 455 if (RB_INSERT(peer_head, &xconf->peers, np) != NULL) in merge_config() 468 RB_FOREACH_SAFE(p, peer_head, &conf->peers, nextp) { in free_deleted_peers() 472 RB_REMOVE(peer_head, &conf->peers, p); in free_deleted_peers()
|
| D | session.c | 161 if (tcp_md5_prep_listener(la, &conf->peers) == -1) in setup_listeners() 257 RB_FOREACH_SAFE(p, peer_head, &conf->peers, next) { in session_main() 275 RB_REMOVE(peer_head, &conf->peers, p); in session_main() 365 RB_FOREACH(p, peer_head, &conf->peers) { in session_main() 521 RB_FOREACH(p, peer_head, &conf->peers) in session_main() 529 ctl_cnt -= control_dispatch_msg(&pfd[j], &conf->peers); in session_main() 532 RB_FOREACH_SAFE(p, peer_head, &conf->peers, next) { in session_main() 536 RB_REMOVE(peer_head, &conf->peers, p); in session_main() 3121 if (RB_INSERT(peer_head, &nconf->peers, p) != NULL) in session_dispatch_imsg() 3255 RB_FOREACH(p, peer_head, &conf->peers) in session_dispatch_imsg() [all …]
|
| D | printconf.c | 1057 RB_FOREACH(p, peer_head, &conf->peers) in print_rule() 1065 RB_FOREACH(p, peer_head, &conf->peers) in print_rule() 1233 RB_FOREACH(p, peer_head, &conf->peers) in print_groups() 1238 RB_FOREACH(p, peer_head, &conf->peers) in print_groups()
|
| D | bgpd.c | 480 RB_FOREACH(p, peer_head, &conf->peers) in main() 583 if ((new_conf = parse_config(conffile, &conf->peers, in reconfigure() 658 RB_FOREACH(p, peer_head, &conf->peers) { in send_config()
|
| D | bgpd.h | 318 struct peer_head peers; member
|
| D | parse.y | 4127 new_peers = &conf->peers; in parse_config()
|
| /openbsd/src/usr.bin/tmux/ |
| D | proc.c | 50 TAILQ_HEAD(, tmuxpeer) peers; 199 TAILQ_INIT(&tp->peers); in proc_start() 219 TAILQ_FOREACH(peer, &tp->peers, entry) in proc_exit() 317 TAILQ_INSERT_TAIL(&tp->peers, peer, entry); in proc_add_peer() 326 TAILQ_REMOVE(&peer->parent->peers, peer, entry); in proc_remove_peer()
|
| /openbsd/src/sbin/iked/ |
| D | parse.y | 421 struct ipsec_hosts peers; member 471 %type <v.peers> peers 569 ikev2rule : IKEV2 name ikeflags satype af proto rdomain hosts_list peers 782 peers : /* empty */ { 2716 struct ipsec_hosts *peers, struct ipsec_mode *ike_sa, in create_ike() argument 2805 if (peers == NULL) { in create_ike() 2813 if (peers && peers->src && peers->dst && in create_ike() 2814 (peers->src->af != AF_UNSPEC) && (peers->dst->af != AF_UNSPEC) && in create_ike() 2815 (peers->src->af != peers->dst->af)) in create_ike() 2818 if (peers && (pol.pol_af != AF_UNSPEC) && in create_ike() [all …]
|
| /openbsd/src/sbin/ipsecctl/ |
| D | parse.y | 217 struct ipsec_hosts *peers); 244 struct ipsec_hosts peers; member 301 %type <v.peers> peers 381 flowrule : FLOW satype dir proto hosts peers ids type { 394 ikerule : IKE ikemode satype tmode proto hosts peers 408 | IKE ikemode iface peers 539 peers : /* empty */ { 2661 set_rule_peers(struct ipsec_rule *r, struct ipsec_hosts *peers) in set_rule_peers() argument 2667 r->local = copyhost(peers->src); in set_rule_peers() 2668 r->peer = copyhost(peers->dst); in set_rule_peers() [all …]
|
| /openbsd/src/sbin/isakmpd/ |
| D | QUESTIONS | 14 and message IDs which he uses to flood any of the peers with spoofed
|
| D | DESIGN-NOTES | 373 In quick mode the identities are implicitly the IP addresses of the peers,
|
| /openbsd/src/usr.bin/ssh/ |
| D | PROTOCOL | 223 message is only sent to OpenSSH peers (identified by banner).
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | contrib.texi | 1283 implementing the Qt4 peers.
|
| /openbsd/src/gnu/usr.bin/cvs/doc/ |
| D | cvs.info-1 | 213 Acquire the habit of reading specs and talking to your peers.
|
| /openbsd/src/usr.sbin/unbound/doc/ |
| D | example.conf.in | 141 # EDNS reassembly buffer to advertise to UDP peers (the actual buffer
|
| D | Changelog | 4377 - Fix fail to reject dead peers in forward-zone, with ssl-upstream.
|
| /openbsd/src/gnu/usr.bin/cvs/ |
| D | FAQ | 7134 peers. 8362 Acquire the habit of reading specs and talking to your peers.
|
| /openbsd/src/sys/dev/ic/ |
| D | qwz.c | 12429 list_add(&peer->list, &ab->peers); in qwz_peer_map_event()
|
| D | qwx.c | 14302 list_add(&peer->list, &ab->peers); in qwx_peer_map_event()
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | epigraphs.pod | 2116 you're also alienated from the power structures of your peers -- an existence
|
| /openbsd/src/games/fortune/datfiles/ |
| D | fortunes2 | 2825 an enlightened state. Much impressed by this news, several of his peers 7486 calls over a clerk and hands it to him. The clerk peers at the check, looks 17177 peers similarly engaged. 17996 your head, and your peers start heading off into the clover with the 36466 In the list of heaven's peers;
|