Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c226 int isip6; in fq_codel_classify_flow() local
227 isip6 = (ip->ip_v == 6); in fq_codel_classify_flow()
229 if(isip6) { in fq_codel_classify_flow()
H A Ddn_sched_fq_pie.c801 int isip6; in fq_pie_classify_flow() local
802 isip6 = (ip->ip_v == 6); in fq_pie_classify_flow()
804 if(isip6) { in fq_pie_classify_flow()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-host.c136 isip6(const char* nm, char** res) in isip6() function
172 } else if(isip6(nm, &res)) { in massage_qname()