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

/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6.c889 ip6_output_if(struct pbuf *p, ip6_addr_t *src, ip6_addr_t *dest, function
946 LWIP_DEBUGF(IP6_DEBUG, ("ip6_output_if: %c%c%"U16_F"\n", netif->name[0], netif->name[1], netif->num));
974 * Simple interface to ip6_output_if. It finds the outgoing network
975 * interface and calls upon ip6_output_if to do the actual work.
1027 return ip6_output_if(p, src, dest, hl, tc, nexth, netif);
1033 * before calling ip6_output_if.
1089 err = ip6_output_if(p, src, dest, hl, tc, nexth, netif);

Completed in 66 milliseconds