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

  /external/syslinux/core/lwip/src/core/ipv4/
ip.c 124 ip_route(ip_addr_t *dest) function
139 LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("ip_route: No route to %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n",
175 netif = ip_route(&current_iphdr_dest);
757 if ((netif = ip_route(dest)) == NULL) {
797 if ((netif = ip_route(dest)) == NULL) {
  /external/syslinux/core/lwip/src/core/
raw.c 236 if ((netif = ip_route(ipaddr)) == NULL) {
udp.c 437 netif = ip_route((ip_addr_ismulticast(dst_ip))?(&(pcb->multicast_ip)):(dst_ip));
439 netif = ip_route(dst_ip);
826 if ((netif = ip_route(&(pcb->remote_ip))) == NULL) {
    [all...]
tcp.c 669 struct netif *netif = ip_route(&(pcb->remote_ip));
    [all...]
tcp_out.c     [all...]
  /external/syslinux/core/lwip/src/include/ipv4/lwip/
ip.h 172 struct netif *ip_route(ip_addr_t *dest);
  /external/syslinux/core/lwip/src/core/snmp/
msg_out.c 235 dst_if = ip_route(&td->dip);
  /external/syslinux/core/lwip/src/netif/
etharp.c 530 netif = ip_route(ipaddr);
    [all...]

Completed in 506 milliseconds