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

  /external/iproute2/lib/
ll_proto.c 66 __PF(PPP_DISC,ppp_disc)
  /external/ppp/pppd/
sys-linux.c 174 static int ppp_disc = N_PPP; /* The PPP discpline */ variable
422 ppp_disc = (new_style_driver && sync_serial)? N_SYNC_PPP: N_PPP;
423 if (ioctl(tty_fd, TIOCSETD, &ppp_disc) < 0) {
    [all...]

Completed in 476 milliseconds