Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c421 char ipv6buf[45 + 1], *s, oc; in yylex() local
425 s = ipv6buf; in yylex()
437 (s - ipv6buf < 46)); in yylex()
441 if (inet_pton(AF_INET6, ipv6buf, &yylval.ip6) == 1) { in yylex()