Searched refs:us_unit (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| H A D | upap.c | 139 u->us_unit = unit; 225 auth_withpeer_fail(u->us_unit, PPP_PAP); 245 auth_peer_fail(u->us_unit, PPP_PAP); 440 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd, 453 auth_peer_success(u->us_unit, PPP_PAP, ruser, ruserlen); 456 auth_peer_fail(u->us_unit, PPP_PAP); 516 auth_withpeer_success(u->us_unit, PPP_PAP); 583 auth_withpeer_fail(u->us_unit, PPP_PAP); 615 output(u->us_unit, outpacket_buf, outlen + PPP_HDRLEN); 646 output(u->us_unit, outpacket_buf, outlen + PPP_HDRLEN);
|
| H A D | cbcp.c | 111 us->us_unit = unit; 417 lcp_close(us->us_unit, "No CBCP callback options available"); 443 output(us->us_unit, outpacket_buf, outlen + PPP_HDRLEN); 481 lcp_close(us->us_unit, "Call me back, please");
|
| H A D | cbcp.h | 15 int us_unit; /* Interface unit number */ member
|
| H A D | upap.h | 61 int us_unit; /* Interface unit number */ member
|