Lines Matching refs:PktMsg
104 PktMsg pkt;
113 PktMsg pkt;
205 mDNSlocal void HdrNToH(PktMsg *pkt) in HdrNToH()
216 mDNSlocal void HdrHToN(PktMsg *pkt) in HdrHToN()
351 mDNSlocal int SendPacket(TCPSocket *sock, PktMsg *pkt) in SendPacket()
412 mDNSlocal PktMsg*
416 PktMsg * storage, in RecvPacket()
423 PktMsg * pkt = NULL; in RecvPacket()
449 allocsize = sizeof(PktMsg) - sizeof(DNSMessage) + msglen; in RecvPacket()
453 allocsize = sizeof(PktMsg); in RecvPacket()
531 mDNSlocal mDNSBool IsQuery( PktMsg * pkt ) in IsQuery()
537 mDNSlocal mDNSBool IsUpdate( PktMsg * pkt ) in IsUpdate()
543 mDNSlocal mDNSBool IsNotify(PktMsg *pkt) in IsNotify()
549 mDNSlocal mDNSBool IsLLQRequest(PktMsg *pkt) in IsLLQRequest()
581 mDNSlocal mDNSBool IsLLQAck(PktMsg *pkt) in IsLLQAck()
627 PktMsg * pkt in SetZone()
693 UDPServerTransaction(const DaemonInfo *d, const PktMsg *request, PktMsg *reply, mDNSBool *trunc) in UDPServerTransaction()
756 mDNSlocal mDNSBool SuccessfulUpdateTransaction(PktMsg *request, PktMsg *reply) in SuccessfulUpdateTransaction()
880 mDNSlocal mDNSu8 *PutUpdateSRV(DaemonInfo *d, DNSZone * zone, PktMsg *pkt, mDNSu8 *ptr, char *regty… in PutUpdateSRV()
919 PktMsg pkt; in UpdateSRV()
922 PktMsg *reply = NULL; in UpdateSRV()
1295 PktMsg pkt; in DeleteOneRecord()
1300 PktMsg *reply = NULL; in DeleteOneRecord()
1374 mDNSlocal void UpdateLeaseTable(PktMsg *pkt, DaemonInfo *d, mDNSs32 lease) in UpdateLeaseTable()
1476 mDNSlocal PktMsg *FormatLeaseReply(DaemonInfo *d, PktMsg *orig, mDNSu32 lease) in FormatLeaseReply()
1478 PktMsg *reply; in FormatLeaseReply()
1503 mDNSlocal PktMsg*
1507 PktMsg * request in HandleRequest()
1510 PktMsg * reply = NULL; in HandleRequest()
1511 PktMsg * leaseReply; in HandleRequest()
1512 PktMsg buf; in HandleRequest()
1709 mDNSlocal int SendLLQ(DaemonInfo *d, PktMsg *pkt, struct sockaddr_in dst, TCPSocket *sock) in SendLLQ()
1740 PktMsg q; in AnswerQuestion()
1745 PktMsg buf, *reply = NULL; in AnswerQuestion()
1893 PktMsg response; in SendEvents()
2122 PktMsg ack; in LLQRefresh()
2160 PktMsg ack; in LLQCompleteHandshake()
2208 PktMsg challenge; in LLQSetupChallenge()
2304 PktMsg * pkt in RecvNotify()
2321 mDNSlocal int RecvLLQ( DaemonInfo *d, PktMsg *pkt, TCPSocket *sock ) in RecvLLQ()
2385 mDNSlocal mDNSBool IsAuthorized( DaemonInfo * d, PktMsg * pkt, DomainAuthInfo ** key, mDNSu16 * rco… in IsAuthorized()
2532 PktMsg * reply = NULL; in UDPMessageHandler()
2627 PktMsg reply; in RecvUDPMessage()
2630 memcpy( &reply, &context->pkt, sizeof( PktMsg ) ); in RecvUDPMessage()
2677 PktMsg * reply = NULL; in TCPMessageHandler()
2716 PktMsg * pkt; in RecvTCPMessage()
2771 PktMsg reply; in RecvTCPMessage()
2775 memcpy( &reply, &context->pkt, sizeof( PktMsg ) ); in RecvTCPMessage()