KolibriOS kernel
PPPoE.inc File Reference

Classes

struct  PPPoE_frame
 

Macros

#define pppoe_init
 --------------------------------------------------------------—; ; pppoe_init: Reset all pppoe variables ; ; --------------------------------------------------------------—; More...
 

Variables

dw PPPoE_SID
 
dp PPPoE_MAC
 
label pppoe_discovery_input
 
label pppoe_discovery_output
 
label pppoe_session_input
 
label pppoe_output
 
label pppoe_start_connection
 
label pppoe_stop_connection
 
label pppoe_api
 

Macro Definition Documentation

◆ pppoe_init

#define pppoe_init

--------------------------------------------------------------—; ; pppoe_init: Reset all pppoe variables ; ; --------------------------------------------------------------—;

Source
network/PPPoE.inc:41

Variable Documentation

◆ pppoe_api

label pppoe_api

◆ pppoe_discovery_input

label pppoe_discovery_input

◆ pppoe_discovery_output

label pppoe_discovery_output

◆ PPPoE_MAC

dp PPPoE_MAC
Initial value
?
Source
network/PPPoE.inc:32

◆ pppoe_output

label pppoe_output

◆ pppoe_session_input

label pppoe_session_input

◆ PPPoE_SID

dw PPPoE_SID
Initial value
?
Source
network/PPPoE.inc:31

◆ pppoe_start_connection

label pppoe_start_connection

◆ pppoe_stop_connection

label pppoe_stop_connection