Searched refs:current_input_netif (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/lwip2/lwip/
H A Dip.h110 struct netif *current_input_netif; member in struct:ip_globals
137 #define ip_current_input_netif() (ip_data.current_input_netif)
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dip4.c660 ip_data.current_input_netif = inp;
720 ip_data.current_input_netif = NULL;
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dip6.c465 ip_data.current_input_netif = inp;
782 ip_data.current_input_netif = NULL;

Completed in 104 milliseconds