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

  /external/ppp/pppd/
pppox.c 35 .establish_ppp = generic_establish_ppp,
pppd.h 596 int generic_establish_ppp __P((int dev_fd)); /* Make a ppp interface */
    [all...]
sys-linux.c 431 ret_fd = generic_establish_ppp(tty_fd);
450 * generic_establish_ppp - Turn the fd into a ppp interface.
452 int generic_establish_ppp (int fd) function
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 219 establish_ppp: &generic_establish_ppp,
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 434 establish_ppp: &generic_establish_ppp,

Completed in 3160 milliseconds