Searched refs:NETIF_SET_HWADDRHINT (Results 1 – 12 of 12) sorted by relevance
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | raw.c | 266 NETIF_SET_HWADDRHINT(netif, &pcb->addr_hint); in raw_sendto() 268 NETIF_SET_HWADDRHINT(netif, NULL); in raw_sendto()
|
H A D | udp.c | 692 NETIF_SET_HWADDRHINT(netif, &pcb->addr_hint); 694 NETIF_SET_HWADDRHINT(netif, NULL); 727 NETIF_SET_HWADDRHINT(netif, &pcb->addr_hint); 729 NETIF_SET_HWADDRHINT(netif, NULL);
|
H A D | netif.c | 176 NETIF_SET_HWADDRHINT(netif, NULL); in netif_add()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | netif.h | 319 #define NETIF_SET_HWADDRHINT(netif, hint) ((netif)->addr_hint = (hint)) macro 321 #define NETIF_SET_HWADDRHINT(netif, hint) macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | tcp_out.c | 966 NETIF_SET_HWADDRHINT(netif, &(pcb->addr_hint)); in tcp_send_empty_ack() 969 NETIF_SET_HWADDRHINT(netif, NULL); in tcp_send_empty_ack() 1316 NETIF_SET_HWADDRHINT(netif, &(pcb->addr_hint)); in tcp_output_segment() 1319 NETIF_SET_HWADDRHINT(netif, NULL); in tcp_output_segment() 1565 NETIF_SET_HWADDRHINT(netif, &(pcb->addr_hint)); in tcp_keepalive() 1567 NETIF_SET_HWADDRHINT(netif, NULL); in tcp_keepalive() 1658 NETIF_SET_HWADDRHINT(netif, &(pcb->addr_hint)); in tcp_zero_window_probe() 1661 NETIF_SET_HWADDRHINT(netif, NULL); in tcp_zero_window_probe()
|
H A D | raw.c | 381 NETIF_SET_HWADDRHINT(netif, &pcb->addr_hint); in raw_sendto() 383 NETIF_SET_HWADDRHINT(netif, NULL); in raw_sendto()
|
H A D | udp.c | 842 NETIF_SET_HWADDRHINT(netif, &(pcb->addr_hint)); in udp_sendto_if_src_chksum() 844 NETIF_SET_HWADDRHINT(netif, NULL); in udp_sendto_if_src_chksum()
|
H A D | netif.c | 300 NETIF_SET_HWADDRHINT(netif, NULL); in netif_add()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | netif.h | 465 #define NETIF_SET_HWADDRHINT(netif, hint) ((netif)->addr_hint = (hint)) macro 467 #define NETIF_SET_HWADDRHINT(netif, hint) macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | ip.c | 901 NETIF_SET_HWADDRHINT(netif, addr_hint); 903 NETIF_SET_HWADDRHINT(netif, NULL);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | ip4.c | 1034 NETIF_SET_HWADDRHINT(netif, addr_hint); 1036 NETIF_SET_HWADDRHINT(netif, NULL);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/ |
H A D | ip6.c | 1030 NETIF_SET_HWADDRHINT(netif, addr_hint); in ip6_output_hinted() 1032 NETIF_SET_HWADDRHINT(netif, NULL); in ip6_output_hinted()
|