Searched refs:netif_input (Results 1 - 3 of 3) sorted by relevance
/third_party/lwip/doc/ |
H A D | NO_SYS_SampleCode.c | 72 netif_add(&netif, IP4_ADDR_ANY, IP4_ADDR_ANY, IP4_ADDR_ANY, NULL, netif_init, netif_input); in main()
|
/third_party/lwip/src/include/lwip/ |
H A D | netif.h | 544 err_t netif_input(struct pbuf *p, struct netif *inp);
|
/third_party/lwip/src/core/ |
H A D | netif.c | 256 netif_input(struct pbuf *p, struct netif *inp) in netif_input() function 260 LWIP_ASSERT("netif_input: invalid pbuf", p != NULL); in netif_input() 261 LWIP_ASSERT("netif_input: invalid netif", inp != NULL); in netif_input() 308 * to the stack (netif_input(), NO_SYS=1 mode) or via sending a
|
Completed in 5 milliseconds