Home
last modified time | relevance | path

Searched refs:vsc_host (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c260 (void) strlcpy(ctx.vsc_host, eng->vse_host, sizeof (ctx.vsc_host)); in vs_icap_scan_file()
277 if (vs_icap_compare_se(ctx.vsc_idx, ctx.vsc_host, ctx.vsc_port) == 0) { in vs_icap_scan_file()
367 ctx->vsc_host, ctx->vsc_port, VS_SERVICE_NAME, VS_ICAP_VER); in vs_icap_send_option_req()
658 ctx->vsc_host, ctx->vsc_port, VS_SERVICE_NAME, VS_ICAP_VER); in vs_icap_create_respmod_hdr()
1510 ctx->vsc_host, ctx->vsc_port) == 0) { in vs_icap_resp_istag()
1809 if (vs_icap_compare_se(idx, ctx->vsc_host, ctx->vsc_port) == 0) { in vs_icap_update_options()
H A Dvs_icap.h212 char vsc_host[MAXHOSTNAMELEN]; member