Searched defs:typedata (Results 1 - 3 of 3) sorted by relevance

/external/dropbear/
H A Dlistener.h45 void *typedata; member in struct:Listener
54 int type, void* typedata,
58 struct Listener * get_listener(int type, void* typedata,
H A Dlistener.c77 /* 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, argument
143 && match(typedata, listener->typedata)) {
79 new_listener(int socks[], unsigned int nsocks, int type, void* typedata, void (*acceptor)(struct Listener* listener, int sock), void (*cleanup)(struct Listener*)) argument
H A Dchannel.h67 void* typedata; /* a pointer to type specific data */ member in struct:Channel

Completed in 61 milliseconds