Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTTCP.c1271 int dotcount_ip = 0; /* for dotted decimal IP addr */ in HTParseInet() local
1334 dotcount_ip++; in HTParseInet()
1341 dotcount_ip = 0; in HTParseInet()
1348 if (dotcount_ip == 3) /* Numeric node address: */ in HTParseInet()