Searched refs:new_listener (Results 1 - 5 of 5) sorted by relevance

/external/dropbear/
H A Dlistener.h53 struct Listener* new_listener(int socks[], unsigned int nsocks,
H A Dtcp-accept.c131 /* new_listener will close the socks if it fails */
132 listener = new_listener(socks, nsocks, CHANNEL_ID_TCPFORWARDED, tcpinfo,
H A Dlistener.c79 struct Listener* new_listener(int socks[], unsigned int nsocks, function
H A Dsvr-agentfwd.c79 chansess->agentlistener = new_listener( &fd, 1, 0, chansess,
H A Dsvr-x11fwd.c83 chansess->x11listener = new_listener( &fd, 1, 0, chansess, x11accept, NULL);

Completed in 200 milliseconds