Searched defs:ip_output_if (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/ipv6/
H A Dip6.c253 /* ip_output_if:
261 ip_output_if (struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, function
306 LWIP_DEBUGF(IP_DEBUG, ("ip_output_if: %c%c (len %"U16_F")\n", netif->name[0], netif->name[1], p->tot_len));
311 PERF_STOP("ip_output_if");
317 * Simple interface to ip_output_if. It finds the outgoing network interface and
318 * calls upon ip_output_if to do the actual work.
334 return ip_output_if (p, src, dest, ttl, proto, netif);
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dip.c384 ip_output_if(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, function
438 LWIP_DEBUGF(IP_DEBUG, ("ip_output_if: %c%c%"U16_F"\n", netif->name[0], netif->name[1], netif->num));
447 * Simple interface to ip_output_if. It finds the outgoing network
448 * interface and calls upon ip_output_if to do the actual work.
465 return ip_output_if(p, src, dest, ttl, tos, proto, netif);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dip4.c742 ip_output_if(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, function
751 * Same as ip_output_if() but with the possibility to include IP options:
875 LWIP_DEBUGF(IP_DEBUG, ("ip_output_if: %c%c%"U16_F"\n", netif->name[0], netif->name[1], netif->num));
902 * Simple interface to ip_output_if. It finds the outgoing network
903 * interface and calls upon ip_output_if to do the actual work.
916 * see ip_output_if() for more return values
935 return ip_output_if(p, src, dest, ttl, tos, proto, netif);
940 * before calling ip_output_if.
952 * calling ip_output_if()
955 * see ip_output_if() fo
[all...]
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h142 #define ip_output_if lwip_ip_output_if macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h39 #define ip_output_if lwip_ip_output_if macro

Completed in 1317 milliseconds