Searched refs:host_list_t (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h66 * host_list_t structure contains a list of hostnames for a given address
73 } host_list_t; typedef in typeref:struct:host_list
108 host_list_t *hlp; /* ptr to host list struct */
229 host_list_t *h;
247 static host_list_t *cvthname(struct netbuf *nbp, struct netconfig *ncp, char *);
270 static void freehl(host_list_t *h);
304 static host_list_t *hnc_lookup(struct netbuf *,
307 struct netconfig *, host_list_t *, int);
H A Dsyslogd.c221 static host_list_t LocalHostName; /* our hostname */
222 static host_list_t NullHostName; /* in case of lookup failure */
1457 host_list_t *hlp;
1559 if (hlp == (host_list_t *)NULL)
2192 static host_list_t *
2196 host_list_t *h;
2230 if ((h = malloc(sizeof (host_list_t))) == NULL) {
2439 * function to free a host_list_t struct that was allocated
2447 * By having hostname cache, now host_list_t will be shared
2452 freehl(host_list_t *
[all...]
/opensolaris-onvv-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c79 } host_list_t; typedef in typeref:struct:host_list_s
81 host_list_t *host_list;
104 host_list = calloc(1, sizeof (host_list_t));

Completed in 159 milliseconds