Searched refs:input_netif (Results 1 – 2 of 2) sorted by relevance
20 struct netif *input_netif = netif_list; /* just use any netif */ in create_ip4_input_fragment() local23 fail_unless(input_netif != NULL); in create_ip4_input_fragment()42 ip4_addr_copy(iphdr->src, *netif_ip4_addr(input_netif)); in create_ip4_input_fragment()44 ip4_addr_copy(iphdr->dest, *netif_ip4_addr(input_netif)); in create_ip4_input_fragment()47 err = ip4_input(p, input_netif); in create_ip4_input_fragment()
2868 #define LWIP_HOOK_IP4_INPUT(pbuf, input_netif) argument2963 #define LWIP_HOOK_IP6_INPUT(pbuf, input_netif) argument