Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:mDNSBool

132 static mDNSBool foreground = 0;
133 static mDNSBool verbose = 0;
136 static mDNSBool terminate = 0;
137 static mDNSBool dumptable = 0;
138 static mDNSBool hangup = 0;
368 static int my_recv(TCPSocket *sock, void *const buf, const int len, mDNSBool * closed)
417 mDNSBool * closed
512 mDNSlocal mDNSBool
531 mDNSlocal mDNSBool IsQuery( PktMsg * pkt )
537 mDNSlocal mDNSBool IsUpdate( PktMsg * pkt )
543 mDNSlocal mDNSBool IsNotify(PktMsg *pkt)
549 mDNSlocal mDNSBool IsLLQRequest(PktMsg *pkt)
554 mDNSBool result = mDNSfalse;
581 mDNSlocal mDNSBool IsLLQAck(PktMsg *pkt)
589 mDNSlocal mDNSBool
597 mDNSBool ret = mDNSfalse;
633 mDNSBool exception = mDNSfalse;
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)
908 mDNSlocal int UpdateSRV(DaemonInfo *d, mDNSBool registration)
923 mDNSBool closed;
924 mDNSBool ok;
1161 mDNSBool private = mDNSfalse;
1299 mDNSBool closed;
1338 mDNSlocal void DeleteRecords(DaemonInfo *d, mDNSBool DeleteAll)
1396 mDNSBool DeleteAllRRSets = mDNSfalse, DeleteOneRRSet = mDNSfalse, DeleteOneRR = mDNSfalse;
1550 mDNSBool trunc;
1568 mDNSBool closed;
1588 mDNSBool ok = SuccessfulUpdateTransaction( request, reply );
1762 mDNSBool trunc;
1773 mDNSBool closed;
2385 mDNSlocal mDNSBool IsAuthorized( DaemonInfo * d, PktMsg * pkt, DomainAuthInfo ** key, mDNSu16 * rcode, mDNSu16 * tcode )
2392 mDNSBool hasTSIG = mDNSfalse;
2393 mDNSBool strip = mDNSfalse;
2394 mDNSBool ok = mDNSfalse;
2717 mDNSBool closed;
2718 mDNSBool freeContext = mDNStrue;
2847 mDNSBool EventsPending = mDNSfalse;
3102 void mDNSCoreMachineSleep(mDNS * const m, mDNSBool wake) { ( void ) m; ( void ) wake; }
3107 DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout)
3115 void mDNS_DeregisterInterface(mDNS *const m, NetworkInterfaceInfo *set, mDNSBool flapping)
3122 mStatus mDNS_RegisterInterface(mDNS *const m, NetworkInterfaceInfo *set, mDNSBool flapping)