Searched refs:LLQEntry (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnsextd.h92 typedef struct LLQEntry struct
94 struct LLQEntry *next;
103 } LLQEntry; typedef in typeref:struct:LLQEntry
145 LLQEntry *LLQTable[LLQ_TABLESIZE]; // !!!KRS change this and RRTable to use a common data structure
H A Ddnsextd.c1661 mDNSlocal mDNSu32 LLQLease(LLQEntry *e)
1670 mDNSlocal void DeleteLLQ(DaemonInfo *d, LLQEntry *e)
1673 LLQEntry **ptr = &d->LLQTable[bucket];
1891 mDNSlocal void SendEvents(DaemonInfo *d, LLQEntry *e)
1948 LLQEntry *e;
1980 LLQEntry **e;
2058 mDNSlocal void SetAnswerList(DaemonInfo *d, LLQEntry *e)
2083 mDNSlocal LLQEntry *NewLLQ(DaemonInfo *d, struct sockaddr_in cli, domainname *qname, mDNSu16 qtype, mDNSu32 lease )
2088 LLQEntry *e;
2119 mDNSlocal void LLQRefresh(DaemonInfo *d, LLQEntry *
[all...]

Completed in 93 milliseconds