Lines Matching refs:sin_addr
774 VLog("Successful update from %s", inet_ntop(AF_INET, &request->src.sin_addr, buf, 32)); in SuccessfulUpdateTransaction()
778 VLog("Request %s: %s", inet_ntop(AF_INET, &request->src.sin_addr, buf, 32), vlogmsg); in SuccessfulUpdateTransaction()
853 …Log("Update from %s, Expires in %d:%d:%d\n\t%s", inet_ntop(AF_INET, &ptr->cli.sin_addr, addrbuf, 1… in PrintLeaseTable()
928 …pkt.src.sin_addr.s_addr = zerov4Addr.NotAnInteger; // address field set solely for verbose logging… in UpdateSRV()
1076 d->addr.sin_addr.s_addr = zerov4Addr.NotAnInteger; in ProcessArgs()
1087 inet_pton( AF_INET, LOOPBACK, &d->ns_addr.sin_addr ); in ProcessArgs()
1197 self->llq_addr.sin_addr.s_addr = zerov4Addr.NotAnInteger; in SetupSockets()
1247 daddr.sin_addr.s_addr = zerov4Addr.NotAnInteger; in SetupSockets()
1322 …pkt.src.sin_addr.s_addr = zerov4Addr.NotAnInteger; // address field set solely for verbose logging… in DeleteOneRecord()
1459 tmp->cli.sin_addr = pkt->src.sin_addr; in UpdateLeaseTable()
1489 reply->src.sin_addr.s_addr = zerov4Addr.NotAnInteger; // unused except for log messages in FormatLeaseReply()
1572 …st from %s due to connection errors", inet_ntop( AF_INET, &request->src.sin_addr, addrbuf, 32 ) ) … in HandleRequest()
1575 …sage from %s to server. Discarding.", inet_ntop(AF_INET, &request->src.sin_addr, addrbuf, 32 ) ) … in HandleRequest()
1589 …age from %s not a successful update.", inet_ntop(AF_INET, &request->src.sin_addr, addrbuf, 32 ) ) … in HandleRequest()
1677 inet_ntop(AF_INET, &e->cli.sin_addr, addr, 32); in DeleteLLQ()
1721 Log("Could not send response to client %s", inet_ntop(AF_INET, &dst.sin_addr, addr, 32)); in SendLLQ()
1729 Log("Could not send response to client %s", inet_ntop(AF_INET, &dst.sin_addr, addr, 32)); in SendLLQ()
1902 if (verbose) inet_ntop(AF_INET, &e->cli.sin_addr, addrbuf, 32); in SendEvents()
1968 inet_ntop(AF_INET, &e->cli.sin_addr, addr, 32); in PrintLLQTable()
2093 inet_ntop(AF_INET, &cli.sin_addr, addr, 32); in NewLLQ()
2126 inet_ntop(AF_INET, &e->cli.sin_addr, addr, 32); in LLQRefresh()
2138 ack.src.sin_addr.s_addr = 0; // unused in LLQRefresh()
2164 inet_ntop(AF_INET, &e->cli.sin_addr, addr, 32); in LLQCompleteHandshake()
2181 ack.src.sin_addr.s_addr = 0; // unused in LLQCompleteHandshake()
2188 if (verbose) inet_ntop(AF_INET, &e->cli.sin_addr, addrbuf, 32); in LLQCompleteHandshake()
2227 challenge.src.sin_addr.s_addr = 0; // unused in LLQSetupChallenge()
2293 …(cli.sin_addr.s_addr == ptr->cli.sin_addr.s_addr) && (qtype == ptr->qtype) && SameDomainName(&ptr-… in LookupLLQ()
2335 inet_ntop(AF_INET, &pkt->src.sin_addr, addr, 32); in RecvLLQ()
2685 …ageHandler: No reply for client %s", inet_ntop( AF_INET, &context->cliaddr.sin_addr, buf, 32 ) ) ); in TCPMessageHandler()
2690 …: Unable to send reply to client %s", inet_ntop(AF_INET, &context->cliaddr.sin_addr, buf, 32 ) ) ); in TCPMessageHandler()
2773 …LogMsg( "Client %s Not authorized for zone %##s", inet_ntoa( context->pkt.src.sin_addr ), pkt->zon… in RecvTCPMessage()