Searched refs:netif_input_fn (Results 1 – 9 of 9) sorted by relevance
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | netif.h | 181 typedef err_t (*netif_input_fn)(struct pbuf *p, struct netif *inp); typedef 297 netif_input_fn input; 425 struct netif *netif_add_noaddr(struct netif *netif, void *state, netif_init_fn init, netif_input_fn… 430 void *state, netif_init_fn init, netif_input_fn input); 434 struct netif *netif_add(struct netif *netif, void *state, netif_init_fn init, netif_input_fn input);
|
H A D | tcpip.h | 79 err_t tcpip_inpkt(struct pbuf *p, struct netif *inp, netif_input_fn input_fn);
|
H A D | netifapi.h | 69 void *state, netif_init_fn init, netif_input_fn input);
|
/btstack/3rd-party/lwip/core/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 147 netif_input_fn input_fn;
|
H A D | api_msg.h | 249 netif_input_fn input;
|
/btstack/platform/lwip/ |
H A D | bnep_lwip.c | 513 netif_input_fn input_function; in bnep_lwip_init()
|
/btstack/3rd-party/lwip/core/src/api/ |
H A D | netifapi.c | 226 void *state, netif_init_fn init, netif_input_fn input) in netifapi_netif_add()
|
H A D | tcpip.c | 240 tcpip_inpkt(struct pbuf *p, struct netif *inp, netif_input_fn input_fn) in tcpip_inpkt()
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | netif.c | 250 netif_add_noaddr(struct netif *netif, void *state, netif_init_fn init, netif_input_fn input) in netif_add_noaddr() 291 void *state, netif_init_fn init, netif_input_fn input) in netif_add()
|