HomeSort by: relevance | last modified time | path
    Searched refs:IPC_FLAGS_NOERRSD (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_ipc.h 109 #define IPC_FLAGS_NOERRSD (1U << 2) // Set flag if flag kDNSServiceFlagsMoreComing is set on client side.
dnssd_clientstub.c 2410 hdr->ipc_flags |= IPC_FLAGS_NOERRSD;
uds_daemon.c 6197 // There is no error sd if IPC_FLAGS_NOERRSD is set.
6198 if (!(req->hdr.ipc_flags & IPC_FLAGS_NOERRSD))
6230 if (!(req->hdr.ipc_flags & IPC_FLAGS_NOERRSD) && req->terminate && req->hdr.op != cancel_request)
6576 if ((req->hdr.ipc_flags & IPC_FLAGS_NOERRSD))

Completed in 23 milliseconds