Searched refs:property_set_fd (Results 1 – 1 of 1) sorted by relevance
65 static int property_set_fd = -1; variable276 if ((s = accept(property_set_fd, (struct sockaddr *) &addr, &addr_size)) < 0) { in handle_property_set_fd()571 property_set_fd = create_socket(PROP_SERVICE_NAME, SOCK_STREAM | SOCK_CLOEXEC | SOCK_NONBLOCK, in start_property_service()573 if (property_set_fd == -1) { in start_property_service()578 listen(property_set_fd, 8); in start_property_service()580 register_epoll_handler(property_set_fd, handle_property_set_fd); in start_property_service()