Searched refs:socket_fd (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | snapshot.c | 1494 while ((conn_fd = accept(thread_info->socket_fd, NULL, NULL)) > -1) { in checkpoint_thread() 1536 int socket_fd; in init_checkpoint_thread() local 1552 socket_fd = socket(PF_UNIX, SOCK_STREAM, 0); in init_checkpoint_thread() 1553 if (socket_fd < 0) { in init_checkpoint_thread() 1578 if (bind(socket_fd, (struct sockaddr *)&addr, addr.sun_len) != 0) { in init_checkpoint_thread() 1584 if (listen(socket_fd, 10) < 0) { in init_checkpoint_thread() 1592 checkpoint_info->socket_fd = socket_fd; in init_checkpoint_thread() 1604 if (socket_fd > 0) in init_checkpoint_thread() 1605 close(socket_fd); in init_checkpoint_thread()
|
| H A D | snapshot.h | 62 int socket_fd; member
|
| /freebsd-13.1/crypto/heimdal/lib/kadm5/ |
| H A D | init_s.c | 75 ctx->log_context.socket_fd = socket (AF_UNIX, SOCK_DGRAM, 0); in kadm5_s_init_with_context() 77 ctx->log_context.socket_fd = socket (ctx->log_context.socket_info->ai_family, in kadm5_s_init_with_context()
|
| H A D | destroy_s.c | 59 rk_closesocket (c->socket_fd); in destroy_kadm5_log_context()
|
| H A D | private.h | 82 krb5_socket_t socket_fd; member
|
| H A D | log.c | 214 sendto (log_context->socket_fd, in kadm5_log_flush() 221 sendto (log_context->socket_fd, in kadm5_log_flush()
|
| /freebsd-13.1/usr.sbin/bhyvectl/ |
| H A D | bhyvectl.c | 1687 int socket_fd, len, len_sent, total_sent; in send_checkpoint_op_req() local 1691 socket_fd = socket(PF_UNIX, SOCK_STREAM, 0); in send_checkpoint_op_req() 1692 if (socket_fd < 0) { in send_checkpoint_op_req() 1709 if (connect(socket_fd, (struct sockaddr *)&addr, in send_checkpoint_op_req() 1718 while ((len_sent = send(socket_fd, (char *)op + total_sent, len - total_sent, 0)) > 0) { in send_checkpoint_op_req() 1728 if (socket_fd > 0) in send_checkpoint_op_req() 1729 close(socket_fd); in send_checkpoint_op_req()
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | ChangeLog.1998 | 852 `log_context.socket_name' and `log_context.socket_fd'
|