Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:PktMsg

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