Lines Matching refs:list
99 struct list_in_addr *list, *p;
111 list = findA (name);
114 if (list != NULL)
116 for (p = list; p != NULL; p = p->next)
217 struct list_in_addr *list;
226 list = findA (name);
227 if (list != NULL)
232 if (mask != NULL && mask->s_addr < list->addr.s_addr)
242 a &= ntohl(list->addr.s_addr); /* apply new mask */
248 newmask = inet_makeaddr(ntohl(list->addr.s_addr), 0);
409 * answer section, which is a list of NS records.
450 * the list if it is not a duplicate.
552 * answer section, which is a list of NS records.