Home
last modified time | relevance | path

Searched refs:oeconf (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/ripd/
H A Dripe.c48 struct ripd_conf *oeconf = NULL; variable
118 oeconf = xconf; in ripe()
172 event_set(&oeconf->ev, oeconf->rip_socket, EV_READ|EV_PERSIST, in ripe()
173 recv_packet, oeconf); in ripe()
174 event_add(&oeconf->ev, NULL); in ripe()
196 evtimer_set(&oeconf->report_timer, report_timer, oeconf); in ripe()
400 LIST_FOREACH(iface, &oeconf->iface_list, in ripe_dispatch_rde()
423 LIST_FOREACH(iface, &oeconf->iface_list, in ripe_dispatch_rde()
478 close(oeconf->rip_socket); in ripe_shutdown()
483 free(oeconf); in ripe_shutdown()
[all …]
H A Dmessage.c34 extern struct ripd_conf *oeconf;
49 evtimer_add(&oeconf->report_timer, &tv); in report_timer()
59 return (evtimer_add(&oeconf->report_timer, &tv)); in start_report_timer()
280 if (oeconf->options & OPT_SPLIT_HORIZON) in send_response()
282 else if (oeconf->options & OPT_SPLIT_POISONED) in send_response()
/openbsd/usr.sbin/ospfd/
H A Dospfe.c107 oeconf = xconf; in ospfe()
174 event_set(&oeconf->ev, oeconf->ospf_socket, EV_READ|EV_PERSIST, in ospfe()
175 recv_packet, oeconf); in ospfe()
176 event_add(&oeconf->ev, NULL); in ospfe()
233 close(oeconf->ospf_socket); in ospfe_shutdown()
238 free(oeconf); in ospfe_shutdown()
443 merge_config(oeconf, noeconf); in ospfe_dispatch_main()
1072 if (border != oeconf->border) { in orig_rtr_lsa()
1073 oeconf->border = border; in orig_rtr_lsa()
1076 if (oeconf->border) in orig_rtr_lsa()
[all …]
H A Dhello.c34 extern struct ospfd_conf *oeconf;
H A Ddatabase.c34 extern struct ospfd_conf *oeconf;
/openbsd/usr.sbin/ospf6d/
H A Dospfe.c107 oeconf = xconf; in ospfe()
174 event_set(&oeconf->ev, oeconf->ospf_socket, EV_READ|EV_PERSIST, in ospfe()
175 recv_packet, oeconf); in ospfe()
176 event_add(&oeconf->ev, NULL); in ospfe()
221 close(oeconf->ospf_socket); in ospfe_shutdown()
226 free(oeconf); in ospfe_shutdown()
398 merge_config(oeconf, noeconf); in ospfe_dispatch_main()
937 if (border != oeconf->border) { in orig_rtr_lsa()
938 oeconf->border = border; in orig_rtr_lsa()
942 if (oeconf->border) in orig_rtr_lsa()
[all …]