Searched refs:octets (Results 1 – 3 of 3) sorted by relevance
103 int saw_digit, octets, ch; in inet_pton4() local107 octets = 0; in inet_pton4()124 if(++octets > 4) in inet_pton4()130 if(octets == 4) in inet_pton4()138 if(octets < 4) in inet_pton4()
548 my @octets = split(/\\/);549 shift @octets;550 for (@octets) {
94 name in its punycode version if it contains any non-ASCII octets (and is an
Completed in 17 milliseconds