Searched refs:ip_current_netif (Results 1 – 12 of 12) sorted by relevance
/third_party/lwip/test/unit/tcp/ |
D | tcp_helper.c | 260 ip_current_netif() = inp; in test_tcp_input() 270 ip_current_netif() = NULL; in test_tcp_input()
|
/third_party/libcoap/src/ |
D | coap_io_lwip.c | 81 packet->ifindex = netif_get_index(ip_current_netif()); in coap_recv()
|
/third_party/lwip/src/core/ipv6/ |
D | icmp6.c | 312 struct netif *netif = ip_current_netif(); in icmp6_send_response()
|
D | dhcp6.c | 689 LWIP_HOOK_DHCP6_PARSE_OPTION(ip_current_netif(), dhcp6, dhcp6->state, msg_in, in dhcp6_parse_reply()
|
/third_party/lwip/src/core/ipv4/ |
D | icmp.c | 131 if (ip4_addr_isbroadcast(ip4_current_dest_addr(), ip_current_netif())) { in icmp_input()
|
D | dhcp.c | 1641 LWIP_HOOK_DHCP_PARSE_OPTION(ip_current_netif(), dhcp, dhcp->state, msg_in, in dhcp_parse_reply()
|
/third_party/lwip/src/include/lwip/ |
D | ip.h | 135 #define ip_current_netif() (ip_data.current_netif) macro
|
/third_party/lwip/src/core/ |
D | raw.c | 140 u8_t broadcast = ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()); in raw_input()
|
D | udp.c | 229 broadcast = ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()); in udp_input()
|
D | tcp_in.c | 153 if (ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()) ||
|
/third_party/lwip/ |
D | UPGRADING | 60 ip_current_netif() to the desired netif for every packet.
|
D | CHANGELOG | 2339 * ip.h, ip.c: Added ip_current_netif() & ip_current_header() to receive
|