Lines Matching refs:hostdata
56 struct hostdata {
57 struct hostdata *h_next;
79 static struct hostdata *addhost(int, void *, char *);
95 static struct hostdata *
106 return ((struct hostdata *)h);
139 static struct hostdata *
148 struct hostdata *retval;
153 return ((struct hostdata *)h);
187 static struct hostdata *
193 register struct hostdata **hp, *n;
198 n = (struct hostdata *)malloc(sizeof (struct hostdata4));
209 hp = (struct hostdata **)&h_table4[iphash(hashval)];
212 n = (struct hostdata *)malloc(sizeof (struct hostdata6));
224 hp = (struct hostdata **)&h_table6[iphash(hashval)];
248 struct hostdata *hostp;