Home | History | Annotate | Download | only in mDNSShared

Lines Matching full:ctrl_path

326 	char ctrl_path[64] = "";	// "/var/tmp/dnssd_result_socket.xxxxxxxxxx-xxx-xxxxxx"
337 sprintf(ctrl_path, "%s%d-%.3lx-%.6lu", CTL_PATH_PREFIX, (int)getpid(),
339 *len += strlen(ctrl_path) + 1;
366 if (SeparateReturnSocket) put_string(ctrl_path, data_start);