Home
last modified time | relevance | path

Searched refs:ip_current_input_netif (Results 1 – 8 of 8) sorted by relevance

/btstack/3rd-party/lwip/dhcp-server/
H A Ddhserver.c266 nif = ip_current_input_netif(); in udp_recv_proc()
315 nif = ip_current_input_netif(); in udp_recv_proc()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dip.h139 #define ip_current_input_netif() (ip_data.current_input_netif) macro
/btstack/3rd-party/lwip/core/src/apps/netbiosns/
H A Dnetbiosns.c458 SMEMCPY(resp->unit_id, ip_current_input_netif()->hwaddr, sizeof(resp->unit_id)); in netbiosns_recv()
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dip4_frag.c634 IF__NETIF_CHECKSUM_ENABLED(ip_current_input_netif(), NETIF_CHECKSUM_GEN_IP) { in ip4_reass()
H A Ddhcp.c1728 struct netif *netif = ip_current_input_netif(); in dhcp_recv()
/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Ddhcp6.c700 struct netif *netif = ip_current_input_netif(); in dhcp6_recv()
/btstack/3rd-party/lwip/core/src/apps/mdns/
H A Dmdns.c2004 struct netif *recv_netif = ip_current_input_netif(); in mdns_recv()
/btstack/3rd-party/lwip/core/
H A DCHANGELOG949 netif is available through ip_current_input_netif() if required.