Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/include/lwip/
A Dip.h123 struct netif *current_input_netif; member
150 #define ip_current_input_netif() (ip_data.current_input_netif)
/lib/lwip/lwip/src/core/
A Dtcp_in.c257 (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(),
A Draw.c75 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) { in raw_input_local_match()
A Dudp.c140 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) { in udp_input_local_match()
/lib/lwip/lwip/src/core/ipv4/
A Dip4.c718 ip_data.current_input_netif = inp;
786 ip_data.current_input_netif = NULL;
/lib/lwip/lwip/test/unit/tcp/
A Dtcp_helper.c267 ip_data.current_input_netif = inp; in test_tcp_input()
/lib/lwip/lwip/src/core/ipv6/
A Dip6.c593 ip_data.current_input_netif = inp;
1112 ip_data.current_input_netif = NULL;

Completed in 22 milliseconds