Searched refs:us_unit (Results 1 – 2 of 2) sorted by relevance
| /lib/liblwip/src/netif/ppp/ |
| D | pap.c | 141 u->us_unit = unit; in upap_init() 218 u->us_unit, u->us_timeouttime, u->us_clientstate)); in upap_timeout() 229 auth_withpeer_fail(u->us_unit, PPP_PAP); in upap_timeout() 249 auth_peer_fail(u->us_unit, PPP_PAP); in upap_reqtimeout() 442 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd, rpasswdlen, &msg, &msglen); in upap_rauthreq() 450 auth_peer_success(u->us_unit, PPP_PAP, ruser, ruserlen); in upap_rauthreq() 453 auth_peer_fail(u->us_unit, PPP_PAP); in upap_rauthreq() 500 auth_withpeer_success(u->us_unit, PPP_PAP); in upap_rauthack() 542 auth_withpeer_fail(u->us_unit, PPP_PAP); in upap_rauthnak() 557 outp = outpacket_buf[u->us_unit]; in upap_sauthreq() [all …]
|
| D | pap.h | 74 int us_unit; /* Interface unit number */ member
|