Home
last modified time | relevance | path

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

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