Home
last modified time | relevance | path

Searched refs:IPC_FLAGS_NOERRSD (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/apache2/mDNSResponder/dist/mDNSShared/
Ddnssd_ipc.h109 #define IPC_FLAGS_NOERRSD (1U << 2) // Set flag if flag kDNSServiceFlagsMoreComing is set on … macro
Ddnssd_clientstub.c2410 hdr->ipc_flags |= IPC_FLAGS_NOERRSD; in DNSServiceRegisterRecordInternal()
Duds_daemon.c6198 if (!(req->hdr.ipc_flags & IPC_FLAGS_NOERRSD)) in read_msg()
6230 … if (!(req->hdr.ipc_flags & IPC_FLAGS_NOERRSD) && req->terminate && req->hdr.op != cancel_request) in read_msg()
6576 if ((req->hdr.ipc_flags & IPC_FLAGS_NOERRSD)) in request_callback()