Home
last modified time | relevance | path

Searched refs:netif_get_index (Results 1 – 13 of 13) sorted by relevance

/third_party/libcoap/examples/lwip/
Dlwipopts.h27 #ifndef netif_get_index
28 #define netif_get_index(netif) ((u8_t)((netif)->num + 1)) macro
/third_party/lwip/src/include/lwip/
Dip6_zone.h200 ip6_addr_has_scope((ip6addr), (type)) ? netif_get_index(netif) : 0))
222 (ip6_addr_equals_zone((ip6addr), netif_get_index(netif)))
Dnetif.h598 #define netif_get_index(netif) ((u8_t)((netif)->num + 1)) macro
/third_party/lwip/src/netif/
Dbridgeif.c257 if (netif_get_index(portif) != p->if_idx) { in bridgeif_send_to_port()
259 …(BRIDGEIF_FW_DEBUG, ("br -> flood(%p:%d) -> %d\n", (void *)p, p->if_idx, netif_get_index(portif))); in bridgeif_send_to_port()
342 rx_idx = netif_get_index(netif); in bridgeif_input()
Dethernet.c100 p->if_idx = netif_get_index(netif);
/third_party/lwip/src/core/
Draw.c75 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) { in raw_input_local_match()
265 pcb->netif_idx = netif_get_index(netif); in raw_bind_netif()
Dnetif.c1393 in->if_idx = netif_get_index(netif);
1785 return netif_get_index(netif);
1845 if (idx == netif_get_index(netif)) {
Dudp.c151 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) { in udp_input_local_match()
1101 pcb->netif_idx = netif_get_index(netif);
Dtcp_in.c260 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) {
299 (pcb->netif_idx != netif_get_index(ip_data.current_input_netif))) {
334 (lpcb->netif_idx != netif_get_index(ip_data.current_input_netif))) {
Dtcp.c930 pcb->netif_idx = netif_get_index(netif);
/third_party/libcoap/src/
Dcoap_io_lwip.c81 packet->ifindex = netif_get_index(ip_current_netif()); in coap_recv()
Dnet.c3337 mreq6.ipv6mr_interface = netif_get_index(netif); in coap_join_mcast_group_intf()
/third_party/lwip/src/apps/snmp/
Dsnmp_core.c677 return netif_get_index(netif); in netif_to_num()