Searched refs:ls_req_tx_timer (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/usr.sbin/ospf6d/ |
H A D | lsreq.c | 191 ls_req_tx_timer(int fd, short event, void *arg) in ls_req_tx_timer() function
|
H A D | ospfe.h | 169 void ls_req_tx_timer(int, short, void *);
|
H A D | neighbor.c | 314 evtimer_set(&nbr->lsreq_tx_timer, ls_req_tx_timer, nbr); in nbr_new()
|
/openbsd-src/usr.sbin/ospfd/ |
H A D | lsreq.c | 193 ls_req_tx_timer(int fd, short event, void *arg) in ls_req_tx_timer() function 213 log_debug("ls_req_tx_timer: unknown neighbor state, " in ls_req_tx_timer() 224 fatal("ls_req_tx_timer"); in ls_req_tx_timer()
|
H A D | ospfe.h | 178 void ls_req_tx_timer(int, short, void *);
|
H A D | neighbor.c | 311 evtimer_set(&nbr->lsreq_tx_timer, ls_req_tx_timer, nbr); in nbr_new()
|