Searched refs:LLQEntry (Results 1 – 2 of 2) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.h | 92 typedef struct LLQEntry struct 94 struct LLQEntry *next; argument 103 } LLQEntry; argument 145 …LLQEntry *LLQTable[LLQ_TABLESIZE]; // !!!KRS change this and RRTable to use a common data structu…
|
D | dnsextd.c | 1661 mDNSlocal mDNSu32 LLQLease(LLQEntry *e) in LLQLease() 1670 mDNSlocal void DeleteLLQ(DaemonInfo *d, LLQEntry *e) in DeleteLLQ() 1673 LLQEntry **ptr = &d->LLQTable[bucket]; in DeleteLLQ() 1891 mDNSlocal void SendEvents(DaemonInfo *d, LLQEntry *e) in SendEvents() 1948 LLQEntry *e; in PrintLLQTable() 1980 LLQEntry **e; 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() 2088 LLQEntry *e; in NewLLQ() 2119 mDNSlocal void LLQRefresh(DaemonInfo *d, LLQEntry *e, LLQOptData *llq, mDNSOpaque16 msgID, TCPSocke… in LLQRefresh() [all …]
|