Searched refs:input_netif (Results 1 – 2 of 2) sorted by relevance
77 struct netif *input_netif = netif_list; /* just use any netif */ in create_ip4_input_fragment() local80 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()
2930 #define LWIP_HOOK_IP4_INPUT(pbuf, input_netif) argument3025 #define LWIP_HOOK_IP6_INPUT(pbuf, input_netif) argument
Completed in 30 milliseconds