Searched refs:h_ent (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_scf.c | 540 ilbd_hc_t *h_ent = NULL; in ilbd_data_to_scfval() local 550 h_ent = (ilbd_hc_t *)data; in ilbd_data_to_scfval() 685 (void) strlcpy(valstr, h_ent->ihc_test, scf_val_len); in ilbd_data_to_scfval() 688 valint = h_ent->ihc_timeout; in ilbd_data_to_scfval() 691 valint = h_ent->ihc_interval; in ilbd_data_to_scfval() 694 valbool = h_ent->ihc_def_ping; in ilbd_data_to_scfval() 697 valint = h_ent->ihc_count; in ilbd_data_to_scfval() 766 ilbd_hc_t *h_ent = (ilbd_hc_t *)data; in ilbd_create_pg() local 768 pgname = h_ent->ihc_name; in ilbd_create_pg() 1037 ilb_hc_info_t *h_ent = NULL; in ilbd_scfval_to_data() local [all …]
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 1172 struct hostent h_ent; in ns_gethostbyaddr() local 1184 (void) memset(&h_ent, 0, sizeof (h_ent)); in ns_gethostbyaddr() 1189 sizeof (a.s_addr), type, &h_ent, in ns_gethostbyaddr() 1195 sizeof (a6.s6_addr), type, &h_ent, in ns_gethostbyaddr()
|