Searched refs:socket_fd (Results 1 – 9 of 9) sorted by relevance
| /freebsd/usr.sbin/bhyve/ |
| H A D | ipc.c | 130 int socket_fd; in init_ipc_thread() local 138 socket_fd = socket(PF_UNIX, SOCK_STREAM, 0); in init_ipc_thread() 139 if (socket_fd < 0) { in init_ipc_thread() 158 if (bind(socket_fd, (struct sockaddr *)&addr, addr.sun_len) != 0) { in init_ipc_thread() 165 if (listen(socket_fd, 10) < 0) { in init_ipc_thread() 175 if (caph_rights_limit(socket_fd, &rights) == -1) in init_ipc_thread() 180 thr_ctx.sockfd = socket_fd; in init_ipc_thread() 189 if (socket_fd > 0) in init_ipc_thread() 190 close(socket_fd); in init_ipc_thread()
|
| H A D | snapshot.h | 62 int socket_fd; member
|
| /freebsd/usr.sbin/bhyvectl/ |
| H A D | bhyvectl.c | 260 int err = 0, socket_fd, ret; in ipc_send_message() local 265 socket_fd = socket(PF_UNIX, SOCK_STREAM, 0); in ipc_send_message() 266 if (socket_fd < 0) { in ipc_send_message() 285 if (connect(socket_fd, (struct sockaddr *)&addr, addr.sun_len) != 0) { in ipc_send_message() 291 reply = nvlist_xfer(socket_fd, request, 0); in ipc_send_message() 306 if (socket_fd >= 0) in ipc_send_message() 307 close(socket_fd); in ipc_send_message()
|
| /freebsd/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/crypto/openssl/apps/lib/ |
| H A D | vms_term_sock.c | 498 SocketPair[1] = socket_fd(TcpDeviceChan); in CreateSocketPair()
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.1998 | 852 `log_context.socket_name' and `log_context.socket_fd'
|