OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PppController
(Results
1 - 2
of
2
) 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
...]
Completed in 7607 milliseconds