Searched refs:hci_test (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_hc.c116 (void) snprintf(buf, bufsize, "%s", info->hci_test);
335 hc->hci_test[0] = '\0';
342 if (hc->hci_test[0] == '\0' && ret != ILBADM_LIBERR) {
389 if (((strcasecmp(hc_info.hci_test, ILB_HC_STR_UDP) == 0) ||
390 (strcasecmp(hc_info.hci_test, ILB_HC_STR_PING) == 0)) &&
466 strncasecmp(hc_info->hci_test, "PING", 5) != 0)
471 if (*hc_info->hci_test != '\0') {
472 (void) fprintf(fp, "hc-test=%s", hc_info->hci_test);
H A Dilbadm_subr.c1041 (void) strlcpy(hc_info->hci_test, (char *)val,
1042 sizeof (hc_info->hci_test));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c154 (char *)audit_hcinfo->hci_test;
243 if (strcasecmp(hc_info->hci_test, ILB_HC_STR_TCP) != 0 &&
244 strcasecmp(hc_info->hci_test, ILB_HC_STR_UDP) != 0 &&
245 strcasecmp(hc_info->hci_test, ILB_HC_STR_PING) != 0 &&
246 (hc_info->hci_test[0] != '/' ||
247 access(hc_info->hci_test, X_OK) == -1)) {
250 "exist", hc_info->hci_test);
256 "invalid", hc_info->hci_test);
376 (void) strlcpy(hc_info->hci_test, hc->ihc_test, sizeof (hc->ihc_test));
H A Dilbd.h186 #define ihc_test ihc_info.hci_test
H A Dilbd_scf.c1204 (void) strlcpy(h_ent->hci_test, valstr,
1205 sizeof (h_ent->hci_test));
/illumos-gate/usr/src/lib/libilb/common/
H A Dlibilb.h204 * hci_test: hc test to be done, TCP, UDP, or user supplied path name
211 char hci_test[MAXPATHLEN]; member in struct:__anon3302

Completed in 56 milliseconds