Home
last modified time | relevance | path

Searched refs:vty_serv_thread (Results 1 – 3 of 3) sorted by relevance

/dports/net/quagga/quagga-1.2.4/lib/
H A Dvty.c2691 struct thread *vty_serv_thread; in vty_event() local
2696 vty_serv_thread = thread_add_read (vty_master, vty_accept, vty, sock); in vty_event()
2697 vector_set_index (Vvty_serv_thread, sock, vty_serv_thread); in vty_event()
2701 vty_serv_thread = thread_add_read (vty_master, vtysh_accept, vty, sock); in vty_event()
2702 vector_set_index (Vvty_serv_thread, sock, vty_serv_thread); in vty_event()
3078 struct thread *vty_serv_thread; in vty_reset() local
3089 if ((vty_serv_thread = vector_slot (Vvty_serv_thread, i)) != NULL) in vty_reset()
3091 thread_cancel (vty_serv_thread); in vty_reset()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dvty.c2666 struct thread *vty_serv_thread = NULL; in vty_event() local
2670 vty_serv_thread = thread_add_read(vty_master, vty_accept, vty, in vty_event()
2672 vector_set_index(Vvty_serv_thread, sock, vty_serv_thread); in vty_event()
2676 vty_serv_thread = thread_add_read(vty_master, vtysh_accept, vty, in vty_event()
2678 vector_set_index(Vvty_serv_thread, sock, vty_serv_thread); in vty_event()
3036 struct thread *vty_serv_thread; in vty_reset() local
3047 if ((vty_serv_thread = vector_slot(Vvty_serv_thread, i)) in vty_reset()
3049 THREAD_OFF(vty_serv_thread); in vty_reset()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dvty.c2666 struct thread *vty_serv_thread = NULL; in vty_event() local
2670 vty_serv_thread = thread_add_read(vty_master, vty_accept, vty, in vty_event()
2672 vector_set_index(Vvty_serv_thread, sock, vty_serv_thread); in vty_event()
2676 vty_serv_thread = thread_add_read(vty_master, vtysh_accept, vty, in vty_event()
2678 vector_set_index(Vvty_serv_thread, sock, vty_serv_thread); in vty_event()
3036 struct thread *vty_serv_thread; in vty_reset() local
3047 if ((vty_serv_thread = vector_slot(Vvty_serv_thread, i)) in vty_reset()
3049 THREAD_OFF(vty_serv_thread); in vty_reset()