| /src/external/bsd/ppp/dist/pppd/ |
| cbcp.h | 45 int us_unit; /* Interface unit number */ member in struct:cbcp_state
|
| upap.h | 72 int us_unit; /* Interface unit number */ member in struct:upap_state
|
| upap.c | 135 u->us_unit = unit; 215 auth_withpeer_fail(u->us_unit, PPP_PAP); 234 auth_peer_fail(u->us_unit, PPP_PAP); 416 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd, 444 auth_peer_success(u->us_unit, PPP_PAP, 0, ruser, ruserlen); 448 auth_peer_fail(u->us_unit, PPP_PAP); 488 auth_withpeer_success(u->us_unit, PPP_PAP, 0); 525 auth_withpeer_fail(u->us_unit, PPP_PAP); 553 output(u->us_unit, outpacket_buf, outlen + PPP_HDRLEN); 579 output(u->us_unit, outpacket_buf, outlen + PPP_HDRLEN) [all...] |
| cbcp.c | 131 us->us_unit = iface; 377 lcp_down(us->us_unit); 413 start_networks(us->us_unit); 437 output(us->us_unit, outpacket_buf, outlen + PPP_HDRLEN);
|