OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PppController
(Results
1 - 4
of
4
) sorted by null
/system/netd/server/
PppController.h
26
class
PppController
{
31
PppController
();
32
virtual ~
PppController
();
PppController.cpp
32
#define LOG_TAG "
PppController
"
35
#include "
PppController
.h"
37
PppController
::
PppController
() {
42
PppController
::~
PppController
() {
51
int
PppController
::attachPppd(const char *tty, struct in_addr local,
110
int
PppController
::detachPppd(const char *tty) {
125
TtyCollection *
PppController
::getTtyList() {
130
int
PppController
::updateTtyList()
[
all
...]
Controllers.h
25
#include "
PppController
.h"
44
PppController
pppCtrl;
Android.mk
96
PppController
.cpp \
Completed in 55 milliseconds