Lines Matching defs:pkt
104 PktMsg pkt; member
113 PktMsg pkt; member
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()
423 PktMsg * pkt = NULL; in RecvPacket() local
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()
880 mDNSlocal mDNSu8 *PutUpdateSRV(DaemonInfo *d, DNSZone * zone, PktMsg *pkt, mDNSu8 *ptr, char *regty… in PutUpdateSRV()
919 PktMsg pkt; in UpdateSRV() local
1295 PktMsg pkt; in DeleteOneRecord() local
1374 mDNSlocal void UpdateLeaseTable(PktMsg *pkt, DaemonInfo *d, mDNSs32 lease) in UpdateLeaseTable()
1709 mDNSlocal int SendLLQ(DaemonInfo *d, PktMsg *pkt, struct sockaddr_in dst, TCPSocket *sock) in SendLLQ()
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()
2716 PktMsg * pkt; in RecvTCPMessage() local