#include <opie2/odebug.h>#include <errno.h>#include <stdlib.h>#include <unistd.h>#include <fcntl.h>#include <signal.h>#include <sys/ioctl.h>#include <sys/types.h>#include <sys/stat.h>#include <setjmp.h>#include <regex.h>#include <qregexp.h>#include <assert.h>#include <string.h>#include "auth.h"#include "modem.h"#include "pppdata.h"Include dependency graph for modem.cpp:

Go to the source code of this file.
Defines | |
| #define | _PATH_RESCONF "/etc/resolv.conf" |
| #define | strlcpy strcpy |
| #define | MY_ASSERT(x) |
Functions | |
| const char * | pppdPath () |
| void | alarm_handler (int) |
| int | checkForInterface () |
Variables | |
| static sigjmp_buf | jmp_buffer |
|
|
Definition at line 52 of file modem.cpp. Referenced by Modem::openResolv(), and runTests(). |
|
|
Value: if (!(x)) { \ ofatal << "ASSERT: \"" << #x << "\" in " << __FILE__ << " (" << __LINE__ << ")\n" << oendl; \ exit(1); } Definition at line 61 of file modem.cpp. Referenced by Modem::createAuthFile(). |
|
|
Definition at line 55 of file modem.cpp. Referenced by checkForInterface(), and Modem::execpppd(). |
|
|
Definition at line 687 of file modem.cpp. References jmp_buffer. Referenced by Modem::hangup(). |
|
|
Definition at line 834 of file modem.cpp. Referenced by Modem::execpppd(). |
|
|
Definition at line 71 of file modem.cpp. References p, PPPDNAME, pppdPath(), and PPPDSEARCHPATH. Referenced by KPPPWidget::beginConnect(), Modem::execpppd(), pppdPath(), pppdVersion(), runTests(), and InterfacePPP::start(). |
|
|
Definition at line 66 of file modem.cpp. Referenced by alarm_handler(), and Modem::hangup(). |
1.4.2