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

/external/toybox/toys/pending/
H A Dtelnetd.c54 struct term_session { struct
61 struct term_session *next;
64 struct term_session *session_list = NULL;
209 static int handle_iacs(struct term_session *tm, int c, int fd)
308 struct term_session *tm = NULL;
324 tm = xzalloc(sizeof(struct term_session));
372 tm = xzalloc(sizeof(struct term_session));
421 struct term_session *prev = NULL;

Completed in 257 milliseconds