Home
last modified time | relevance | path

Searched refs:al_family (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ipf/ippool/
H A Dippool_y.y688 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) { in add_htablehosts()
701 h->ipe_family = a->al_family; in add_htablehosts()
733 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) { in add_poolhosts()
747 if (a->al_family == AF_INET) { in add_poolhosts()
750 } else if (a->al_family == AF_INET6) { in add_poolhosts()
/freebsd/sbin/ipf/libipf/
H A Dalist_new.c86 al->al_family = family; in alist_new()
/freebsd/sbin/ipf/common/
H A Dipf_y.y1188 $$->al_family = $1.f;
1194 $$->al_family = $1.f;
1208 $$->al_family = $1.f;
1214 $$->al_family = $2.f;
1220 $$->al_family = $3.f;
1227 $$->al_family = $4.f;
2355 if (a->al_family == AF_INET6) { in makehash()
H A Dipf.h118 int al_family; member