HomeSort by relevance Sort by last modified time
    Searched refs:us_unit (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
cbcp.h 5 int us_unit; /* Interface unit number */ member in struct:cbcp_state
upap.h 63 int us_unit; /* Interface unit number */ member in struct:upap_state
upap.c 129 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);
502 auth_withpeer_success(u->us_unit, PPP_PAP, 0);
543 auth_withpeer_fail(u->us_unit, PPP_PAP);
572 output(u->us_unit, outpacket_buf, outlen + PPP_HDRLEN);
602 output(u->us_unit, outpacket_buf, outlen + PPP_HDRLEN)
    [all...]
cbcp.c 127 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);

Completed in 201 milliseconds