Searched refs:current_input_netif (Results 1 – 7 of 7) sorted by relevance
123 struct netif *current_input_netif; member150 #define ip_current_input_netif() (ip_data.current_input_netif)
257 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) {291 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) {321 (lpcb->netif_idx != netif_get_index(ip_data.current_input_netif))) {579 tcp_rst_netif(ip_data.current_input_netif, ackno, seqno + tcplen, ip_current_dest_addr(),649 tcp_rst_netif(ip_data.current_input_netif, ackno, seqno + tcplen, ip_current_dest_addr(),
75 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) { in raw_input_local_match()
140 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) { in udp_input_local_match()
718 ip_data.current_input_netif = inp;786 ip_data.current_input_netif = NULL;
267 ip_data.current_input_netif = inp; in test_tcp_input()
593 ip_data.current_input_netif = inp;1112 ip_data.current_input_netif = NULL;
Completed in 22 milliseconds