HomeSort by relevance Sort by last modified time
    Searched refs:addr_hint (Results 1 - 9 of 9) sorted by null

  /external/syslinux/core/lwip/src/core/
raw.c 267 netif->addr_hint = &(pcb->addr_hint);
271 netif->addr_hint = NULL;
udp.c 620 netif->addr_hint = &(pcb->addr_hint);
624 netif->addr_hint = NULL;
659 netif->addr_hint = &(pcb->addr_hint);
663 netif->addr_hint = NULL;
    [all...]
tcp_out.c 874 IP_PROTO_TCP, &(pcb->addr_hint));
    [all...]
netif.c 176 netif->addr_hint = NULL;
  /external/syslinux/core/lwip/src/include/ipv4/lwip/
ip.h 67 #define IP_PCB_ADDRHINT ;u8_t addr_hint
181 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint);
  /external/syslinux/core/lwip/src/core/ipv4/
ip.c 768 /** Like ip_output, but takes and addr_hint pointer that is passed on to netif->addr_hint
780 * @param addr_hint address hint pointer set to netif->addr_hint before
788 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint)
804 netif->addr_hint = addr_hint;
806 netif->addr_hint = NULL;
  /external/syslinux/core/lwip/src/include/lwip/
netif.h 216 u8_t *addr_hint; member in struct:netif
  /external/syslinux/core/lwip/src/netif/
etharp.c 125 #define ETHARP_SET_HINT(netif, hint) if (((netif) != NULL) && ((netif)->addr_hint != NULL)) \
126 *((netif)->addr_hint) = (hint);
    [all...]
undiif.c 729 if ((netif != NULL) && (netif->addr_hint != NULL)) {
731 u8_t per_pcb_cache = *(netif->addr_hint);
    [all...]

Completed in 1125 milliseconds