RTEMS CPU Kit with SuperCore  4.11.3
Macros | Typedefs | Functions
rtemspppd.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RTEMS_PPPD_LINKUP_HOOK   1
 
#define RTEMS_PPPD_LINKDOWN_HOOK   2
 
#define RTEMS_PPPD_IPUP_HOOK   3
 
#define RTEMS_PPPD_IPDOWN_HOOK   4
 
#define RTEMS_PPPD_ERROR_HOOK   5
 
#define RTEMS_PPPD_EXIT_HOOK   6
 

Typedefs

typedef void(* rtems_pppd_hookfunction) (void)
 
typedef int(* rtems_pppd_dialerfunction) (int tty, int mode, char *pScript)
 

Functions

int rtems_pppd_initialize (void)
 
int rtems_pppd_terminate (void)
 
int rtems_pppd_reset_options (void)
 
int rtems_pppd_set_hook (int id, rtems_pppd_hookfunction hookfp)
 
int rtems_pppd_set_dialer (rtems_pppd_dialerfunction dialerfp)
 
int rtems_pppd_set_option (const char *pOption, const char *pValue)
 
int rtems_pppd_connect (void)
 
int rtems_pppd_disconnect (void)
 
int rtems_ppp_driver_attach (struct rtems_bsdnet_ifconfig *config, int attaching)