Searched refs:msg_fd (Results 1 – 2 of 2) sorted by relevance
93 int ret = cs_send_to_ctrl_sock(hd->msg_fd, hd->config.ctrl_port, &msg, sizeof(msg)); in httpd_queue_work()257 close(hd->msg_fd); in httpd_thread()322 int msg_fd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); in httpd_server_init() local323 if (msg_fd < 0) { in httpd_server_init()332 hd->msg_fd = msg_fd; in httpd_server_init()453 cs_send_to_ctrl_sock(hd->msg_fd, hd->config.ctrl_port, &msg, sizeof(msg)); in httpd_stop()
110 int msg_fd; /*!< Ctrl message sender FD */ member