Home
last modified time | relevance | path

Searched refs:netif_input_fn (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dnetif.h109 typedef err_t (*netif_input_fn)(struct pbuf *p, struct netif *inp); typedef
147 netif_input_fn input;
256 ip_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input);
Dnetifapi.h60 netif_input_fn input;
82 netif_input_fn input);
/external/syslinux/core/lwip/src/api/
Dnetifapi.c104 netif_input_fn input) in netifapi_netif_add()
/external/syslinux/core/lwip/src/core/
Dnetif.c138 ip_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) in netif_add()