Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddnssd_clientstub.c127 ipc_msg_hdr ipc_hdr; member
1104 ioresult = read_all(sdRef->sockfd, (void *)&cbh.ipc_hdr, sizeof(cbh.ipc_hdr)); in DNSServiceProcessResult()
1139 ConvertHeaderBytes(&cbh.ipc_hdr); in DNSServiceProcessResult()
1140 if (cbh.ipc_hdr.version != VERSION) in DNSServiceProcessResult()
1147 data = malloc(cbh.ipc_hdr.datalen); in DNSServiceProcessResult()
1149 ioresult = read_all(sdRef->sockfd, data, cbh.ipc_hdr.datalen); in DNSServiceProcessResult()
1176 cbh.cb_flags = get_flags (&ptr, data + cbh.ipc_hdr.datalen); in DNSServiceProcessResult()
1177 cbh.cb_interface = get_uint32 (&ptr, data + cbh.ipc_hdr.datalen); in DNSServiceProcessResult()
1964 if (cbh->ipc_hdr.op != reg_record_reply_op) in ConnectionResponse()
1970 …while (op && (op->uid.u32[0] != cbh->ipc_hdr.client_context.u32[0] || op->uid.u32[1] != cbh->ipc_h… in ConnectionResponse()
[all …]