Searched defs:inetd_properties (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c385 inetd_prop_t *prop, *inetd_properties; local
390 inetd_properties = get_prop_table(&prop_size);
392 (void) memcpy(prop, inetd_properties,
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c60 static inetd_prop_t inetd_properties[] = { variable
141 *num_elements = sizeof (inetd_properties) / sizeof (inetd_prop_t);
142 return (&inetd_properties[0]);
1011 for (i = 0; inetd_properties[i].ip_name != NULL; i++) {
1012 if (strcmp(name, inetd_properties[i].ip_name) != 0)
1014 if (!inetd_properties[i].ip_default)
1017 switch (inetd_properties[i].ip_type) {
1136 if ((ret = malloc(sizeof (inetd_properties))) == NULL) {
1140 (void) memcpy(ret, &inetd_properties, sizeof (inetd_properties));
[all...]

Completed in 50 milliseconds