Home
last modified time | relevance | path

Searched refs:in_wset (Results 1 – 23 of 23) sorted by relevance

/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dgpsserial.h43 virtual int Poll(fd_set& in_rset, fd_set& in_wset) { in Poll() argument
44 return netclient->Poll(in_rset, in_wset); in Poll()
H A Dclinetframework.h80 virtual int Poll(fd_set& in_rset, fd_set& in_wset);
193 virtual int Poll(fd_set& in_rset, fd_set& in_wset) { in Poll() argument
197 return netclient->Poll(in_rset, in_wset); in Poll()
H A Dgpsdclient.h52 virtual int Poll(fd_set& in_rset, fd_set& in_wset) { in Poll() argument
53 return netclient->Poll(in_rset, in_wset); in Poll()
H A Dclinetframework.cc73 int NetworkClient::Poll(fd_set& in_rset, fd_set& in_wset) { in Poll() argument
83 if (FD_ISSET(cli_fd, &in_wset)) { in Poll()
141 if (FD_ISSET(cli_fd, &in_wset)) { in Poll()
H A Dkis_clinetframe.h63 virtual int Poll(fd_set &in_rset, fd_set &in_wset) { in Poll() argument
64 return netclient->Poll(in_rset, in_wset); in Poll()
H A Dpollable.h44 virtual int Poll(fd_set& in_rset, fd_set& in_wset) = 0;
H A Dgpsfixed.h53 virtual int Poll(fd_set& in_rset, fd_set& in_wset) { in Poll() argument
H A Dnetframework.cc69 int NetworkServer::Poll(fd_set& in_rset, fd_set& in_wset) { in Poll() argument
117 if (FD_ISSET(x, &in_wset) && FD_ISSET(x, &server_fdset)) { in Poll()
H A Dgpswrapper.h60 virtual int Poll(fd_set &in_rset, fd_set& in_wset) { in Poll() argument
H A Dpopenclient.h73 virtual int Poll(fd_set& in_rset, fd_set& in_wset);
H A Dpopenclient.cc192 int PopenClient::Poll(fd_set& in_rset, fd_set& in_wset) { in Poll() argument
228 if (FD_ISSET(ipipe[1], &in_wset)) { in Poll()
H A Dnetframework.h85 virtual int Poll(fd_set& in_rset, fd_set& in_wset);
H A Dipc_remote.h180 virtual int Poll(fd_set& in_rset, fd_set& in_wset);
H A Dpacketsource_drone.h63 virtual int Poll(fd_set &in_rset, fd_set& in_wset);
H A Dkis_panel_frontend.h96 virtual int Poll(fd_set& in_rset, fd_set& in_wset);
H A Dpacketsourcetracker.h197 virtual int Poll(fd_set &in_rset, fd_set& in_wset);
H A Dkis_panel_frontend.cc420 int KisPanelInterface::Poll(fd_set& in_rset, fd_set& in_wset) { in Poll() argument
424 return PanelInterface::Poll(in_rset, in_wset); in Poll()
H A Dipc_remote.cc650 int IPCRemote::Poll(fd_set& in_rset, fd_set& in_wset) { in Poll() argument
673 if (FD_ISSET(sock, &in_wset)) { in Poll()
H A Dpacketsource_drone.cc272 int DroneClientFrame::Poll(fd_set &in_rset, fd_set& in_wset) { in Poll() argument
276 int ret = netclient->Poll(in_rset, in_wset); in Poll()
H A Dkis_panel_widgets.h1099 virtual int Poll(fd_set& in_rset, fd_set& in_wset);
H A Dpacketsourcetracker.cc597 int Packetsourcetracker::Poll(fd_set& in_rset, fd_set& in_wset) { in Poll() argument
H A Dkis_panel_widgets.cc332 int PanelInterface::Poll(fd_set& in_rset, fd_set& in_wset) { in Poll() argument
/dports/net-mgmt/kismet/kismet-2016-07-R1/disable-plugin-dot15d4/
H A Dpacketsource_serialdev.h91 virtual int Poll(fd_set& in_rset, fd_set& in_wset) { in Poll() argument
92 return netclient->Poll(in_rset, in_wset); in Poll()