Home
last modified time | relevance | path

Searched refs:addr_hint (Results 1 – 9 of 9) sorted by relevance

/lib/liblwip/src/include/ipv4/lwip/
Dip.h67 #define IP_PCB_ADDRHINT ;u8_t addr_hint
184 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint);
/lib/liblwip/src/include/lwip/
Dnetif.h220 u8_t *addr_hint; member
319 #define NETIF_SET_HWADDRHINT(netif, hint) ((netif)->addr_hint = (hint))
/lib/liblwip/src/include/ipv6/lwip/
Dip.h62 #define IP_PCB_ADDRHINT ;u8_t addr_hint
/lib/liblwip/src/core/ipv6/
Dip6.c333 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint) in ip_output_hinted() argument
344 LWIP_NETIF_HWADDRHINT(netif, addr_hint); in ip_output_hinted()
/lib/liblwip/src/core/
Draw.c266 NETIF_SET_HWADDRHINT(netif, &pcb->addr_hint); in raw_sendto()
Dtcp_out.c880 IP_PROTO_TCP, &(pcb->addr_hint)); in tcp_send_empty_ack()
1167 IP_PROTO_TCP, &(pcb->addr_hint)); in tcp_output_segment()
1393 &(pcb->addr_hint)); in tcp_keepalive()
1474 &(pcb->addr_hint)); in tcp_zero_window_probe()
Dudp.c692 NETIF_SET_HWADDRHINT(netif, &pcb->addr_hint);
727 NETIF_SET_HWADDRHINT(netif, &pcb->addr_hint);
/lib/liblwip/src/netif/
Detharp.c135 #define ETHARP_SET_HINT(netif, hint) if (((netif) != NULL) && ((netif)->addr_hint != NULL)) \
136 *((netif)->addr_hint) = (hint);
945 if (netif->addr_hint != NULL) {
947 u8_t etharp_cached_entry = *(netif->addr_hint);
/lib/liblwip/src/core/ipv4/
Dip.c858 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint) argument
874 NETIF_SET_HWADDRHINT(netif, addr_hint);