Searched refs:ls_req_tx_timer (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/usr.sbin/ospfd/
H A Dlsreq.c193 ls_req_tx_timer(int fd, short event, void *arg) function
213 log_debug("ls_req_tx_timer: unknown neighbor state, "
224 fatal("ls_req_tx_timer");
H A Dospfe.h178 void ls_req_tx_timer(int, short, void *);
H A Dneighbor.c311 evtimer_set(&nbr->lsreq_tx_timer, ls_req_tx_timer, nbr);
/openbsd-current/usr.sbin/ospf6d/
H A Dlsreq.c191 ls_req_tx_timer(int fd, short event, void *arg) function
211 log_debug("ls_req_tx_timer: unknown neighbor state, "
222 fatal("ls_req_tx_timer");
H A Dospfe.h169 void ls_req_tx_timer(int, short, void *);
H A Dneighbor.c314 evtimer_set(&nbr->lsreq_tx_timer, ls_req_tx_timer, nbr);

Completed in 85 milliseconds