Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.h164 #define IPC_FLAGS_NOREPLY 1 // set flag if no asynchronous replies are to be sent to client macro
H A Ddnssd_clientstub.c899 if (!callBack) hdr->flags |= IPC_FLAGS_NOREPLY; in DNSServiceRegister()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c1356 if (rstate->hdr.flags & IPC_FLAGS_NOREPLY) rstate->no_reply = 1; in request_callback()