Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:data_start

314  * length of the data, and is set to the value of the data plus the header. data_start
319 * data_start is set past this string.
321 static ipc_msg_hdr *create_hdr(uint32_t op, size_t *len, char **data_start, int SeparateReturnSocket, DNSServiceOp *ref)
361 *data_start = msg + sizeof(ipc_msg_hdr);
365 if (SeparateReturnSocket) put_uint16(0, data_start);
367 if (SeparateReturnSocket) put_string(ctrl_path, data_start);