Lines Matching refs:result
859 int fd, result = -1;
894 result = sendto(fd, &packet, sizeof(dhcp6_raw_t)-padding,
897 dbg("sendto %d\n", result);
899 if (result < 0) dbg("PACKET send error\n");
900 return result;
909 int fd, result = -1;
947 result = sendto(fd, &packet, sizeof(dhcp_raw_t) - padding, 0,
950 dbg("sendto %d\n", result);
952 if (result < 0) dbg("PACKET send error\n");
953 return result;