Mistake on this page?
Report an issue in GitHub or email us
Data Fields
netif Struct Reference

Data Fields

void * service_ptr
 Pointer to PPP Service. More...
 
void * memory_manager
 Pointer to memory manager. More...
 
void * stream
 Pointer to memory stream. More...
 
netif_input_fn input
 This function is called by the PPP service to pass a packet up the TCP/IP stack. More...
 
void * state
 This field can be set by the PPP protocol and could point to state information for the protocol. More...
 
u16_t mtu
 maximum transfer unit (in bytes) More...
 

Detailed Description

Definition at line 157 of file ppp_service_if.h.

Field Documentation

netif_input_fn input

This function is called by the PPP service to pass a packet up the TCP/IP stack.

Definition at line 166 of file ppp_service_if.h.

void* memory_manager

Pointer to memory manager.

Definition at line 161 of file ppp_service_if.h.

u16_t mtu

maximum transfer unit (in bytes)

Definition at line 188 of file ppp_service_if.h.

void* service_ptr

Pointer to PPP Service.

Definition at line 159 of file ppp_service_if.h.

void* state

This field can be set by the PPP protocol and could point to state information for the protocol.

Definition at line 186 of file ppp_service_if.h.

void* stream

Pointer to memory stream.

Definition at line 163 of file ppp_service_if.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.