Searched refs:dotcount_ip (Results 1 – 1 of 1) sorted by relevance
1271 int dotcount_ip = 0; /* for dotted decimal IP addr */ in HTParseInet() local1334 dotcount_ip++; in HTParseInet()1341 dotcount_ip = 0; in HTParseInet()1348 if (dotcount_ip == 3) /* Numeric node address: */ in HTParseInet()