Searched refs:ipc_hdr (Results 1 – 1 of 1) sorted by relevance
127 ipc_msg_hdr ipc_hdr; member1104 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()1142 …ceProcessResult daemon version %d does not match client version %d", 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()1178 cbh.cb_err = get_error_code(&ptr, data + cbh.ipc_hdr.datalen); in DNSServiceProcessResult()[all …]