Searched refs:addr6x (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Droute.c539 /* In addr6x, we store both 40-byte ':'-delimited ipv6 addresses.
543 * Hence the strings are at addr6x and addr6x+40. This generates
545 char addr6x[80]; local
559 addr6x+14, &prefix_len, &slen, addr6x+40+7,
569 /* Do the addr6x shift-and-insert changes to ':'-delimit addresses.
574 char *p = addr6x+14;
579 addr6x[39] = 0; /* Fixup... need 0 instead of ':'. */
585 addr6x[
[all...]

Completed in 101 milliseconds