Home
last modified time | relevance | path

Searched refs:vsc_sockfd (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c114 int vsc_sockfd; member
262 (void) close(cxn->vsc_sockfd); in vs_eng_config_close()
263 cxn->vsc_sockfd = -1; in vs_eng_config_close()
318 (void) close(cxn->vsc_sockfd); in vs_eng_housekeeper()
319 cxn->vsc_sockfd = -1; in vs_eng_housekeeper()
440 eng_ctx->vse_sockfd = cxn->vsc_sockfd; in vs_eng_get()
488 cxn->vsc_sockfd = sockfd; in vs_eng_get()
627 (void) close(cxn->vsc_sockfd); in vs_eng_release()
628 cxn->vsc_sockfd = -1; in vs_eng_release()
673 (void) close(cxn->vsc_sockfd); in vs_eng_close_connections()
[all …]
H A Dvs_icap.c262 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()
1107 if ((rsize = vs_icap_read(ctx->vsc_sockfd, lbuf, rsize)) <= 0) in vs_icap_read_body_chunk()
1231 if (vs_icap_write(ctx->vsc_sockfd, hdr, in vs_icap_send_chunk()
1252 if (vs_icap_write(ctx->vsc_sockfd, VS_TERMINATION, in vs_icap_send_termination()
1278 retval = recv(ctx->vsc_sockfd, &c, 1, 0); in vs_icap_readline()
H A Dvs_icap.h214 int vsc_sockfd; member