Home
last modified time | relevance | path

Searched refs:socket_fd (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/bhyvectl/
H A Dbhyvectl.c257 int err = 0, socket_fd; in send_message() local
259 socket_fd = socket(PF_UNIX, SOCK_STREAM, 0); in send_message()
260 if (socket_fd < 0) { in send_message()
272 if (connect(socket_fd, (struct sockaddr *)&addr, addr.sun_len) != 0) { in send_message()
278 if (nvlist_send(socket_fd, nvl) < 0) { in send_message()
285 if (socket_fd >= 0) in send_message()
286 close(socket_fd); in send_message()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dinit_s.c75 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 Ddestroy_s.c59 rk_closesocket (c->socket_fd); in destroy_kadm5_log_context()
H A Dprivate.h82 krb5_socket_t socket_fd; member
H A Dlog.c214 sendto (log_context->socket_fd, in kadm5_log_flush()
221 sendto (log_context->socket_fd, in kadm5_log_flush()
/freebsd/usr.sbin/bhyve/
H A Dsnapshot.h63 int socket_fd; member
/freebsd/crypto/openssl/apps/lib/
H A Dvms_term_sock.c483 SocketPair[1] = socket_fd (TcpDeviceChan); in CreateSocketPair()
/freebsd/crypto/heimdal/
H A DChangeLog.1998852 `log_context.socket_name' and `log_context.socket_fd'