Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd.h183 ilb_hc_info_t ihc_info; member
185 #define ihc_name ihc_info.hci_name
186 #define ihc_test ihc_info.hci_test
187 #define ihc_timeout ihc_info.hci_timeout
188 #define ihc_count ihc_info.hci_count
189 #define ihc_interval ihc_info.hci_interval
190 #define ihc_def_ping ihc_info.hci_def_ping
H A Dilbd_hc.c270 (void) memcpy(&hc->ihc_info, hc_info, sizeof (ilb_hc_info_t)); in ilbd_create_hc()