Home | History | Annotate | Download | only in pppd

Lines Matching refs:utp

2148     struct utmp ut, *utp;
2160 while ((utp = getutent()) && (utp->ut_pid != mypid))
2163 if (utp)
2164 memcpy(&ut, utp, sizeof(ut));