Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h71 } host_list_t; typedef
106 host_list_t *hlp; /* ptr to host list struct */
220 host_list_t *h;
238 static host_list_t *cvthname(struct netbuf *nbp, struct netconfig *ncp, char *);
261 static void freehl(host_list_t *h);
295 static host_list_t *hnc_lookup(struct netbuf *,
298 struct netconfig *, host_list_t *, int);
H A Dsyslogd.c226 static host_list_t LocalHostName; /* our hostname */
227 static host_list_t NullHostName; /* in case of lookup failure */
1449 host_list_t *hlp; in logit()
1550 if (hlp == (host_list_t *)NULL) in logit()
2183 static host_list_t *
2187 host_list_t *h; in cvthname()
2221 if ((h = malloc(sizeof (host_list_t))) == NULL) { in cvthname()
2443 freehl(host_list_t *h) in freehl()
5341 static host_list_t *
5409 host_list_t *h, int hindex) in hnc_register()