Home | History | Annotate | Download | only in src

Lines Matching refs:F_IPV6

261 	    return F_IPV6;
275 return F_IPV6;
758 flags |= F_IPV6;
863 return F_IPV4 or F_IPV6 and leave the name from the query in name.
891 return F_IPV6;
893 return F_IPV4 | F_IPV6;
931 else if (flags == F_IPV6)
954 if ((crecp = cache_find_by_name(NULL, name, now, F_IPV4 | F_IPV6)) &&
1324 for (flag = F_IPV4; flag; flag = (flag == F_IPV4) ? F_IPV6 : 0)
1328 if (flag == F_IPV6)
1577 while ((crecp = cache_find_by_name(crecp, rec->target, now, F_IPV4 | F_IPV6)))