Lines Matching refs:hostdata
50 struct hostdata {
51 struct hostdata *h_next;
73 static struct hostdata *addhost(int, const void *, const char *, char **);
89 static struct hostdata *
96 struct hostdata *retval;
100 return ((struct hostdata *)h);
136 static struct hostdata *
144 struct hostdata *retval;
149 return ((struct hostdata *)h);
183 static struct hostdata *
186 struct hostdata **hp, *n = NULL;
191 static struct hostdata h;
196 n = (struct hostdata *)malloc(sizeof (struct hostdata4));
208 hp = (struct hostdata **)&h_table4[iphash(hashval)];
211 n = (struct hostdata *)malloc(sizeof (struct hostdata6));
223 hp = (struct hostdata **)&h_table6[iphash(hashval)];
277 memset(&h, 0, sizeof (struct hostdata));