Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c272 hc->ihc_test_type = ILBD_HC_TCP; in ilbd_create_hc()
274 hc->ihc_test_type = ILBD_HC_UDP; in ilbd_create_hc()
276 hc->ihc_test_type = ILBD_HC_PING; in ilbd_create_hc()
278 hc->ihc_test_type = ILBD_HC_USER; in ilbd_create_hc()
614 if (srv->shc_hc->ihc_test_type == ILBD_HC_PING || in ilbd_set_fail_state()
713 if (hc->ihc_def_ping && hc->ihc_test_type != ILBD_HC_PING) in ilbd_hc_restart_timer()
827 if ((hc->ihc_test_type == ILBD_HC_TCP && in ilbd_hc_associate_rule()
829 (hc->ihc_test_type == ILBD_HC_UDP && in ilbd_hc_associate_rule()
1125 switch (srv->shc_hc->ihc_test_type) { in create_argv()
1349 srv->shc_hc->ihc_test_type != ILBD_HC_USER) { in ilbd_run_probe()
H A Dilbd.h192 ilbd_hc_test_t ihc_test_type; /* Type of probe test */ member