Home
last modified time | relevance | path

Searched refs:current_input_netif (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip.h139 struct netif *current_input_netif; member
166 #define ip_current_input_netif() (ip_data.current_input_netif)
/third_party/lwip/src/core/ipv4/
Dip4.c725 ip_data.current_input_netif = inp;
793 ip_data.current_input_netif = NULL;
/third_party/lwip/src/core/
Draw.c75 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) { in raw_input_local_match()
Dtcp_in.c260 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) {
299 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) {
334 (lpcb->netif_idx != netif_get_index(ip_data.current_input_netif))) {
Dudp.c151 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) { in udp_input_local_match()
/third_party/lwip/src/core/ipv6/
Dip6.c649 ip_data.current_input_netif = inp;
1172 ip_data.current_input_netif = NULL;