Home
last modified time | relevance | path

Searched refs:ip_current_netif (Results 1 – 12 of 12) sorted by relevance

/third_party/lwip/test/unit/tcp/
Dtcp_helper.c260 ip_current_netif() = inp; in test_tcp_input()
270 ip_current_netif() = NULL; in test_tcp_input()
/third_party/libcoap/src/
Dcoap_io_lwip.c81 packet->ifindex = netif_get_index(ip_current_netif()); in coap_recv()
/third_party/lwip/src/core/ipv6/
Dicmp6.c312 struct netif *netif = ip_current_netif(); in icmp6_send_response()
Ddhcp6.c689 LWIP_HOOK_DHCP6_PARSE_OPTION(ip_current_netif(), dhcp6, dhcp6->state, msg_in, in dhcp6_parse_reply()
/third_party/lwip/src/core/ipv4/
Dicmp.c131 if (ip4_addr_isbroadcast(ip4_current_dest_addr(), ip_current_netif())) { in icmp_input()
Ddhcp.c1641 LWIP_HOOK_DHCP_PARSE_OPTION(ip_current_netif(), dhcp, dhcp->state, msg_in, in dhcp_parse_reply()
/third_party/lwip/src/include/lwip/
Dip.h135 #define ip_current_netif() (ip_data.current_netif) macro
/third_party/lwip/src/core/
Draw.c140 u8_t broadcast = ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()); in raw_input()
Dudp.c229 broadcast = ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()); in udp_input()
Dtcp_in.c153 if (ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()) ||
/third_party/lwip/
DUPGRADING60 ip_current_netif() to the desired netif for every packet.
DCHANGELOG2339 * ip.h, ip.c: Added ip_current_netif() & ip_current_header() to receive