Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/host/
Dhost.c272 #define IPNGSIZE 16 /* 128 bit ip v6 address size */ macro
589 u_char ipngaddr[IPNGSIZE]; /* binary ip v6 address */
3051 if (dlen == IPNGSIZE)
3054 cp += IPNGSIZE;
7863 static char buf[5*(IPNGSIZE/2)+1];
7868 for (p = buf, i = 0; i < IPNGSIZE/2; i++)