Searched refs:uc_fd (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dproto_uds.c53 int uc_fd; member in struct:uds_ctx
106 uctx->uc_fd = socket(AF_UNIX, SOCK_STREAM, 0);
107 if (uctx->uc_fd == -1) {
143 PJDLOG_ASSERT(uctx->uc_fd >= 0);
146 if (connect(uctx->uc_fd, (struct sockaddr *)&uctx->uc_sun,
162 PJDLOG_ASSERT(uctx->uc_fd >= 0);
181 if (bind(uctx->uc_fd, (struct sockaddr *)&uctx->uc_sun,
188 if (listen(uctx->uc_fd, 8) == -1) {
208 PJDLOG_ASSERT(uctx->uc_fd >= 0);
215 newuctx->uc_fd
[all...]
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_uds.c58 int uc_fd; member in struct:uds_ctx
114 uctx->uc_fd = socket(AF_UNIX, SOCK_STREAM, 0);
115 if (uctx->uc_fd == -1) {
144 if (connect(uctx->uc_fd, (struct sockaddr *)&uctx->uc_sun,
164 PJDLOG_ASSERT(uctx->uc_fd >= 0);
181 if (bind(uctx->uc_fd, (struct sockaddr *)&uctx->uc_sun,
188 if (listen(uctx->uc_fd, 8) == -1) {
210 PJDLOG_ASSERT(uctx->uc_fd >= 0);
217 newuctx->uc_fd = accept(uctx->uc_fd,
[all...]

Completed in 102 milliseconds