Searched refs:ctrl_path (Results 1 – 2 of 2) sorted by relevance
311 char ctrl_path[256]; in create_hdr() local321 sprintf(ctrl_path, "%s%d-%.3lx-%.6lu", CTL_PATH_PREFIX, (int)getpid(), in create_hdr()323 *len += strlen(ctrl_path) + 1; in create_hdr()347 if (!reuse_socket) put_string(ctrl_path, data_start); in create_hdr()
1392 char ctrl_path[MAX_CTLPATH]; in request_callback() local1393 get_string(&rstate->msgdata, ctrl_path, 256); // path is first element in message buffer in request_callback()1396 strcpy(cliaddr.sun_path, ctrl_path); in request_callback()