Searched refs:vsc_sockfd (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/vscan/vscand/ |
H A D | vs_eng.c | 115 int vsc_sockfd; member 263 (void) close(cxn->vsc_sockfd); in vs_eng_config_close() 264 cxn->vsc_sockfd = -1; in vs_eng_config_close() 319 (void) close(cxn->vsc_sockfd); in vs_eng_housekeeper() 320 cxn->vsc_sockfd = -1; in vs_eng_housekeeper() 441 eng_ctx->vse_sockfd = cxn->vsc_sockfd; in vs_eng_get() 489 cxn->vsc_sockfd = sockfd; in vs_eng_get() 628 (void) close(cxn->vsc_sockfd); in vs_eng_release() 629 cxn->vsc_sockfd = -1; in vs_eng_release() 674 (void) close(cxn->vsc_sockfd); in vs_eng_close_connections() [all …]
|
H A D | vs_icap.c | 262 ctx.vsc_sockfd = eng->vse_sockfd; in vs_icap_scan_file() 374 if (vs_icap_write(ctx->vsc_sockfd, buf0, (bufp - buf0)) < 0) in vs_icap_send_option_req() 613 if (vs_icap_write(ctx->vsc_sockfd, in vs_icap_send_respmod_hdr() 1108 if ((rsize = vs_icap_read(ctx->vsc_sockfd, lbuf, rsize)) <= 0) in vs_icap_read_body_chunk() 1232 if (vs_icap_write(ctx->vsc_sockfd, hdr, in vs_icap_send_chunk() 1253 if (vs_icap_write(ctx->vsc_sockfd, VS_TERMINATION, in vs_icap_send_termination() 1279 retval = recv(ctx->vsc_sockfd, &c, 1, 0); in vs_icap_readline()
|
H A D | vs_icap.h | 216 int vsc_sockfd; member
|