OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
430
ret_fd =
generic_establish_ppp
(tty_fd);
449
*
generic_establish_ppp
- Turn the fd into a ppp interface.
451
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 42 milliseconds