Searched refs:isip6 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c224 int isip6; local
225 isip6 = (ip->ip_v == 6);
227 if(isip6) {
H A Ddn_sched_fq_pie.c798 int isip6; local
799 isip6 = (ip->ip_v == 6);
801 if(isip6) {
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-host.c134 isip6(const char* nm, char** res) function
170 } else if(isip6(nm, &res)) {

Completed in 66 milliseconds