• Home
  • Raw
  • Download

Lines Matching refs:DaemonInfo

106     DaemonInfo *d;
116 DaemonInfo *d;
122 DaemonInfo *d;
238 mDNSlocal mStatus AddSourceToEventLoop( DaemonInfo * self, TCPSocket *sock, EventCallback callback,… in AddSourceToEventLoop()
270 mDNSlocal mStatus RemoveSourceFromEventLoop( DaemonInfo * self, TCPSocket *sock ) in RemoveSourceFromEventLoop()
296 mDNSlocal TCPSocket *ConnectToServer(DaemonInfo *d) in ConnectToServer()
494 DaemonInfo * self, in FindZone()
592 DaemonInfo * self, in IsPublicSRV()
626 DaemonInfo * self, in SetZone()
693 UDPServerTransaction(const DaemonInfo *d, const PktMsg *request, PktMsg *reply, mDNSBool *trunc) in UDPServerTransaction()
806 mDNSlocal void RehashTable(DaemonInfo *d) in RehashTable()
834 mDNSlocal void PrintLeaseTable(DaemonInfo *d) in PrintLeaseTable()
880 mDNSlocal mDNSu8 *PutUpdateSRV(DaemonInfo *d, DNSZone * zone, PktMsg *pkt, mDNSu8 *ptr, char *regty… in PutUpdateSRV()
908 mDNSlocal int UpdateSRV(DaemonInfo *d, mDNSBool registration) in UpdateSRV()
1012 mDNSlocal int SetUpdateSRV(DaemonInfo *d) in SetUpdateSRV()
1062 mDNSlocal int ProcessArgs(int argc, char *argv[], DaemonInfo *d) in ProcessArgs()
1141 mDNSlocal int InitLeaseTable(DaemonInfo *d) in InitLeaseTable()
1156 DaemonInfo * self in SetupSockets()
1292 mDNSlocal void DeleteOneRecord(DaemonInfo *d, CacheRecord *rr, domainname *zname, TCPSocket *sock) in DeleteOneRecord()
1338 mDNSlocal void DeleteRecords(DaemonInfo *d, mDNSBool DeleteAll) in DeleteRecords()
1374 mDNSlocal void UpdateLeaseTable(PktMsg *pkt, DaemonInfo *d, mDNSs32 lease) in UpdateLeaseTable()
1476 mDNSlocal PktMsg *FormatLeaseReply(DaemonInfo *d, PktMsg *orig, mDNSu32 lease) in FormatLeaseReply()
1506 DaemonInfo * self, in HandleRequest()
1670 mDNSlocal void DeleteLLQ(DaemonInfo *d, LLQEntry *e) in DeleteLLQ()
1709 mDNSlocal int SendLLQ(DaemonInfo *d, PktMsg *pkt, struct sockaddr_in dst, TCPSocket *sock) in SendLLQ()
1738 mDNSlocal CacheRecord *AnswerQuestion(DaemonInfo *d, AnswerListElem *e) in AnswerQuestion()
1825 DaemonInfo *d = ((UpdateAnswerListArgs *)args)->d; in UpdateAnswerList()
1891 mDNSlocal void SendEvents(DaemonInfo *d, LLQEntry *e) in SendEvents()
1924 mDNSlocal void PrintLLQAnswers(DaemonInfo *d) in PrintLLQAnswers()
1946 mDNSlocal void PrintLLQTable(DaemonInfo *d) in PrintLLQTable()
1978 mDNSlocal void GenLLQEvents(DaemonInfo *d) in GenLLQEvents()
2058 mDNSlocal void SetAnswerList(DaemonInfo *d, LLQEntry *e) in SetAnswerList()
2083 mDNSlocal LLQEntry *NewLLQ(DaemonInfo *d, struct sockaddr_in cli, domainname *qname, mDNSu16 qtype,… in NewLLQ()
2119 mDNSlocal void LLQRefresh(DaemonInfo *d, LLQEntry *e, LLQOptData *llq, mDNSOpaque16 msgID, TCPSocke… in LLQRefresh()
2155 mDNSlocal void LLQCompleteHandshake(DaemonInfo *d, LLQEntry *e, LLQOptData *llq, mDNSOpaque16 msgID… in LLQCompleteHandshake()
2205 mDNSlocal void LLQSetupChallenge(DaemonInfo *d, LLQEntry *e, LLQOptData *llq, mDNSOpaque16 msgID) in LLQSetupChallenge()
2240 mDNSlocal void UpdateLLQ(DaemonInfo *d, LLQEntry *e, LLQOptData *llq, mDNSOpaque16 msgID, TCPSocket… in UpdateLLQ()
2284 mDNSlocal LLQEntry *LookupLLQ(DaemonInfo *d, struct sockaddr_in cli, domainname *qname, mDNSu16 qty… in LookupLLQ()
2303 DaemonInfo * d, 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()
2563 DaemonInfo * self, in RecvUDPMessage()
2805 DaemonInfo * self, in AcceptTCPConnection()
2842 mDNSlocal int Run(DaemonInfo *d) in Run()
3006 DaemonInfo * d, in SetPublicSRV()
3028 DaemonInfo *d; in main()
3035 mDNSPlatformMemZero(d, sizeof(DaemonInfo)); in main()