PPPDCB Struct Reference
[PPP]
PPP interface structure.
More...
Detailed Description
PPP interface structure.
PPP interface type.
Contains information about the PPP device.
Definition at line 134 of file ppp.h.
Field Documentation
PPP State event queue. The state machine posts an event to this queue when the network interface becomes ready.
Definition at line 139 of file ppp.h.
Current state of the link layer.
Definition at line 143 of file ppp.h.
ID of our last request.
Definition at line 147 of file ppp.h.
ID of our last reject.
Definition at line 151 of file ppp.h.
Flag to remember ack received.
Definition at line 155 of file ppp.h.
Maximum local receive unit.
Definition at line 159 of file ppp.h.
Maximum remote receive unit.
Definition at line 163 of file ppp.h.
Asynch control character map. TODO: Pass to ahdlc driver.
Definition at line 168 of file ppp.h.
Compression flags. TODO: Pass to ahdlc driver. dcb_useACFC dcb_usePFC.
Definition at line 173 of file ppp.h.
Authentication type.
Definition at line 177 of file ppp.h.
Magic number to negotiate.
Definition at line 181 of file ppp.h.
Local magic number. Used to detect loopback conditions.
Definition at line 186 of file ppp.h.
Remote magic number. Used to detect loopback conditions.
Definition at line 191 of file ppp.h.
User authentication.
Definition at line 195 of file ppp.h.
Password authentication.
Definition at line 199 of file ppp.h.
Local IP address.
Definition at line 203 of file ppp.h.
Remote IP address.
Definition at line 207 of file ppp.h.
Negotiated IP mask.
Definition at line 211 of file ppp.h.
Negotiated primary DNS.
Definition at line 215 of file ppp.h.
Negotiated secondary DNS.
Definition at line 219 of file ppp.h.
Rejected items.
Definition at line 223 of file ppp.h.
LCP/IPCP retransmit counter.
Definition at line 227 of file ppp.h.
LCP NAK counter, avoids endless loops.
Definition at line 231 of file ppp.h.
Identifier of our last LCP request.
Definition at line 235 of file ppp.h.
Current state of the network layer.
Definition at line 239 of file ppp.h.
LCP NAK counter, avoids endless loops.
Definition at line 243 of file ppp.h.
Current authentication state.
Definition at line 247 of file ppp.h.
File descriptor of physical device.
Definition at line 251 of file ppp.h.
The documentation for this struct was generated from the following file: