Searched refs:vsc_host (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/vscan/vscand/ |
H A D | vs_icap.c | 260 (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() 1511 ctx->vsc_host, ctx->vsc_port) == 0) { in vs_icap_resp_istag() 1810 if (vs_icap_compare_se(idx, ctx->vsc_host, ctx->vsc_port) == 0) { in vs_icap_update_options()
|
H A D | vs_icap.h | 214 char vsc_host[MAXHOSTNAMELEN]; member
|