Searched refs:thread_add_read (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dthread.h92 thread = thread_add_read (master, func, arg, sock); \
122 struct thread *thread_add_read (struct thread_master *,
H A Dvty.c2371 vty_serv_thread = thread_add_read (master, vty_accept, vty, sock);
2376 thread_add_read (master, vtysh_accept, vty, sock);
2379 thread_add_read (master, vtysh_read, vty, sock);
2383 vty->t_read = thread_add_read (master, vty_read, vty, sock);
H A Dthread.c246 thread_add_read (struct thread_master *m,
243 thread_add_read (struct thread_master *m, function
H A Dzclient.c913 thread_add_read (master, zclient_read, zclient, zclient->sock);
H A Dsmux.c1243 smux_read_thread = thread_add_read (master, smux_read, NULL, sock);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_network.c59 thread_add_read (master, bgp_accept, bgp, accept_sock);
326 thread_add_read (master, bgp_accept, bgp, sock);
378 thread_add_read (bm->master, bgp_accept, bgp, sock);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_main.c307 thread_add_read (master, ospf6_receive, NULL, ospf6_sock);
H A Dospf6_message.c1307 thread_add_read (master, ospf6_receive, NULL, sockfd);
1330 thread_add_read (master, ospf6_receive, NULL, sockfd);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/zebra/
H A Dkernel_socket.c756 thread_add_read (master, kernel_read, NULL, sock);
806 thread_add_read (master, kernel_read, NULL, routing_sock);
H A Drtadv.c1007 rtadv->ra_read = thread_add_read (master, rtadv_read, NULL, val);
1029 rtadv->ra_read = thread_add_read (master, rtadv_read, NULL, val);
H A Drt_netlink.c1525 thread_add_read (master, kernel_read, NULL, netlink.sock);
1546 thread_add_read (master, kernel_read, NULL, netlink.sock);
H A Dzserv.c1592 thread_add_read (master, zebra_accept, client, sock);
1596 thread_add_read (master, zebra_client_read, client, sock);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospfd.c231 new->t_read = thread_add_read (master, ospf_read, new, new->fd);
H A Dospf_packet.c2190 top->t_read = thread_add_read (master, ospf_read, top, top->fd);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripngd/
H A Dripngd.c1631 ripng->t_read = thread_add_read (master, ripng_read, NULL, sock);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripd/
H A Dripd.c2716 rip->t_read = thread_add_read (master, rip_read, NULL, sock);

Completed in 172 milliseconds