Home
last modified time | relevance | path

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

/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/lib/
H A Dlibipv6calc.c140 … = 0, numslashes = 0, numalnums = 0, numchar_s = 0, numpercents = 0, numcolonsdouble = 0, xdigitle… in libipv6calc_autodetectinput() local
166 numcolonsdouble++; in libipv6calc_autodetectinput()
201 DEBUGPRINT_WA(DEBUG_libipv6calc, " numcolonsdouble:%d", numcolonsdouble); in libipv6calc_autodetectinput()
385 …if ((numcolons == 3) && (numcolonsdouble == 0) && numdots == 0 && numslashes == 0 && numpercents =… in libipv6calc_autodetectinput()