Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dinet_ntop.c284 uint16_t v6words_u[8]; in __inet_pton() member
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()
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()