Searched refs:iSendResult (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Dforward.c614 int iSendResult = 0; local
637 iSendResult = sendto(start->sfd->fd, (char *)header, plen, 0, &start->addr.sa, sa_len(&start->addr));
639 if (!(start->flags & SERV_LITERAL_ADDRESS) && iSendResult != -1)
661 int iSendResult = 0;
668 iSendResult = sendto(start->sfd->fd, (char *)header, plen, 0, &start->addr.sa, sa_len(&start->addr));
670 if (!(start->flags & SERV_LITERAL_ADDRESS) && iSendResult != -1)

Completed in 99 milliseconds