Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dinet_ntop.c286 } v6buf, *v6outp; in __inet_pton() local
332 v6buf.v6words_u[i] = (uint16_t)byte; in __inet_pton()
334 v6buf.v6words_u[i] = htons((uint16_t)byte); in __inet_pton()
349 dbl_col = &v6buf.v6words_u[i]; in __inet_pton()
379 v6outp->v6addr_u = v6buf.v6addr_u; in __inet_pton()
388 rem = dbl_col - &v6buf.v6words_u[0]; in __inet_pton()
390 v6outp->v6words_u[next] = v6buf.v6words_u[next]; in __inet_pton()
396 v6outp->v6words_u[word] = v6buf.v6words_u[next]; in __inet_pton()