Lines Matching defs:error
614 int error = -status;
615 DPRINTF(("%s: sendto: %R[sockerr]\n", __func__, error));
640 switch (error) {
739 int error = -status;
740 DPRINTF(("%s: sendto: %R[sockerr]\n", __func__, error));
751 switch (error) {
1334 * Check if this incoming ICMP error (destination unreachable or time
1399 DPRINTF2(("%s: ignoring ICMP error for original ICMP type %d\n",
1446 * Note that the checksum of the outer ICMP error message is
1450 ip_addr_copy(error_ip, iph->src); /* node that reports the error */
1553 DPRINTF2(("%s: error %d\n", __func__, WSAGetLastError()));
1713 * Check if this incoming ICMPv6 error is about one of our pings and
1749 DPRINTF2(("truncated datagram inside ICMPv6 error message is too short\n"));
1826 ip6_addr_copy(error_ip, *src); /* node that reports the error */
1846 /* rewrite outer ICMPv6 error header */
1856 &error_ip, /* error src */
1857 &guest_ip, /* error dst */
1875 err_t error;
1884 error = pbuf_take(p, pollmgr_udpbuf, iplen);
1885 if (error != ERR_OK) {
1914 err_t error;
1920 error = ip_raw_output_if(msg->p, msg->pxping->netif);
1921 if (error != ERR_OK) {
1923 __func__, proxy_lwip_strerr(error)));
1939 err_t error;
1948 error = pbuf_take(p, pollmgr_udpbuf, icmplen);
1949 if (error != ERR_OK) {
1982 err_t error;
1988 error = ip6_output_if(msg->p,
1991 if (error != ERR_OK) {
1993 __func__, proxy_lwip_strerr(error)));