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

  /external/syslinux/core/lwip/src/include/lwip/
err.h 56 #define ERR_RTE -4 /* Routing problem. */
  /external/syslinux/core/lwip/src/core/
raw.c 243 return ERR_RTE;
udp.c 375 * - ERR_RTE. Could not find route to destination address.
447 return ERR_RTE;
829 return ERR_RTE;
    [all...]
tcp.c 673 return ERR_RTE;
    [all...]
  /external/syslinux/core/lwip/src/core/ipv4/
ip.c 744 * @return ERR_RTE if no route is found
761 return ERR_RTE;
783 * @return ERR_RTE if no route is found
801 return ERR_RTE;
  /external/syslinux/core/lwip/src/netif/
etharp.c 532 return ERR_RTE;
833 * - ERR_RTE No route to destination (no gateway to external networks),
    [all...]
undiif.c 928 * - ERR_RTE No route to destination (no gateway to external networks).
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ppp.c 829 return ERR_RTE;
    [all...]

Completed in 879 milliseconds