Home
last modified time | relevance | path

Searched refs:us_unit (Results 1 – 4 of 4) sorted by relevance

/external/ppp/pppd/
Dupap.c129 u->us_unit = unit;
213 auth_withpeer_fail(u->us_unit, PPP_PAP);
233 auth_peer_fail(u->us_unit, PPP_PAP);
425 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd,
453 auth_peer_success(u->us_unit, PPP_PAP, 0, ruser, ruserlen);
457 auth_peer_fail(u->us_unit, PPP_PAP);
501 auth_withpeer_success(u->us_unit, PPP_PAP, 0);
542 auth_withpeer_fail(u->us_unit, PPP_PAP);
571 output(u->us_unit, outpacket_buf, outlen + PPP_HDRLEN);
601 output(u->us_unit, outpacket_buf, outlen + PPP_HDRLEN);
Dcbcp.c127 us->us_unit = iface;
378 lcp_down(us->us_unit);
414 start_networks(us->us_unit);
442 output(us->us_unit, outpacket_buf, outlen + PPP_HDRLEN);
Dcbcp.h5 int us_unit; /* Interface unit number */ member
Dupap.h63 int us_unit; /* Interface unit number */ member