Home
last modified time | relevance | path

Searched refs:peers (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/src/usr.sbin/bgpctl/
Dmrtparser.c267 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 …]
Dmrtparser.h29 struct mrt_peer_entry *peers; member
Dbgpctl.c1215 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/
Dcontrol.c240 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()
Dconfig.c56 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()
Dsession.c161 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 …]
Dprintconf.c1057 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()
Dbgpd.c480 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()
Dbgpd.h318 struct peer_head peers; member
Dparse.y4127 new_peers = &conf->peers; in parse_config()
/openbsd/src/usr.bin/tmux/
Dproc.c50 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/
Dparse.y421 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/
Dparse.y217 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/
DQUESTIONS14 and message IDs which he uses to flood any of the peers with spoofed
DDESIGN-NOTES373 In quick mode the identities are implicitly the IP addresses of the peers,
/openbsd/src/usr.bin/ssh/
DPROTOCOL223 message is only sent to OpenSSH peers (identified by banner).
/openbsd/src/gnu/gcc/gcc/doc/
Dcontrib.texi1283 implementing the Qt4 peers.
/openbsd/src/gnu/usr.bin/cvs/doc/
Dcvs.info-1213 Acquire the habit of reading specs and talking to your peers.
/openbsd/src/usr.sbin/unbound/doc/
Dexample.conf.in141 # EDNS reassembly buffer to advertise to UDP peers (the actual buffer
DChangelog4377 - Fix fail to reject dead peers in forward-zone, with ssl-upstream.
/openbsd/src/gnu/usr.bin/cvs/
DFAQ7134 peers.
8362 Acquire the habit of reading specs and talking to your peers.
/openbsd/src/sys/dev/ic/
Dqwz.c12429 list_add(&peer->list, &ab->peers); in qwz_peer_map_event()
Dqwx.c14302 list_add(&peer->list, &ab->peers); in qwx_peer_map_event()
/openbsd/src/gnu/usr.bin/perl/Porting/
Depigraphs.pod2116 you're also alienated from the power structures of your peers -- an existence
/openbsd/src/games/fortune/datfiles/
Dfortunes22825 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;

12