Home
last modified time | relevance | path

Searched refs:input_netif (Results 1 – 2 of 2) sorted by relevance

/lib/lwip/lwip/test/unit/ip4/
A Dtest_ip4.c77 struct netif *input_netif = netif_list; /* just use any netif */ in create_ip4_input_fragment() local
80 fail_unless(input_netif != NULL); in create_ip4_input_fragment()
99 ip4_addr_copy(iphdr->src, *netif_ip4_addr(input_netif)); in create_ip4_input_fragment()
101 ip4_addr_copy(iphdr->dest, *netif_ip4_addr(input_netif)); in create_ip4_input_fragment()
104 err = ip4_input(p, input_netif); in create_ip4_input_fragment()
/lib/lwip/lwip/src/include/lwip/
A Dopt.h2930 #define LWIP_HOOK_IP4_INPUT(pbuf, input_netif) argument
3025 #define LWIP_HOOK_IP6_INPUT(pbuf, input_netif) argument

Completed in 30 milliseconds