HomeSort by relevance Sort by last modified time
    Searched refs:typedata (Results 1 - 7 of 7) sorted by null

  /external/dropbear/
listener.h 45 void *typedata; member in struct:Listener
54 int type, void* typedata,
58 struct Listener * get_listener(int type, void* typedata,
listener.c 77 /* acceptor(int fd, void* typedata) is a function to accept connections,
78 * cleanup(void* typedata) happens when cleaning up */
80 int type, void* typedata,
123 newlisten->typedata = typedata;
135 struct Listener * get_listener(int type, void* typedata,
143 && match(typedata, listener->typedata)) {
tcp-accept.c 39 struct TCPListener *tcpinfo = (struct TCPListener*)(listener->typedata);
52 struct TCPListener *tcpinfo = (struct TCPListener*)(listener->typedata);
channel.h 67 void* typedata; /* a pointer to type specific data */ member in struct:Channel
svr-x11fwd.c 107 struct ChanSess * chansess = (struct ChanSess *)(listener->typedata);
svr-chansession.c 69 struct ChanSess *chansess = (struct ChanSess*)channel->typedata;
147 struct ChanSess *chansess = (struct ChanSess*)channel->typedata;
220 dropbear_assert(channel->typedata == NULL);
234 channel->typedata = chansess;
261 chansess = (struct ChanSess*)channel->typedata;
328 chansess = (struct ChanSess*)channel->typedata;
common-channel.c 145 newchan->typedata = NULL;
536 channel->typedata = NULL;

Completed in 518 milliseconds