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

/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/handlers/
H A Dsync-pppd.c297 int m_pty = -1, s_pty; local
342 if (pty_get(&m_pty, &s_pty) < 0) {
346 if (fcntl(m_pty, F_SETFD, FD_CLOEXEC) == -1) {
348 close(m_pty);
372 sl->fd = m_pty;
380 sl->event = Event_AddHandler(es, m_pty, EVENT_FLAG_READABLE,

Completed in 80 milliseconds