Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddnssd_ipc.h104 #define IPC_FLAGS_TRAILING_TLVS (1U << 1) // Set flag if TLVs follow the standard request data. macro
H A Ddnssd_clientstub.c1518 hdr->ipc_flags |= IPC_FLAGS_TRAILING_TLVS; in put_tlvs_for_defaults()
H A Duds_daemon.c3861 if (request->msgptr && (request->hdr.ipc_flags & IPC_FLAGS_TRAILING_TLVS)) in handle_queryrecord_request()
4516 if (request->msgptr && (request->hdr.ipc_flags & IPC_FLAGS_TRAILING_TLVS)) in handle_addrinfo_request()