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 618 int generic_establish_ppp __P((int dev_fd)); /* Make a ppp interface */
    [all...]
sys-linux.c 437 ret_fd = generic_establish_ppp(tty_fd);
456 * generic_establish_ppp - Turn the fd into a ppp interface.
458 int generic_establish_ppp (int fd) function
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 188 establish_ppp: &generic_establish_ppp,
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 435 .establish_ppp = &generic_establish_ppp,

Completed in 116 milliseconds