Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ip/
H A Dinet_ntop.c288 } v6buf, *v6outp; in __inet_pton() local
334 v6buf.v6words_u[i] = (uint16_t)byte; in __inet_pton()
336 v6buf.v6words_u[i] = htons((uint16_t)byte); in __inet_pton()
351 dbl_col = &v6buf.v6words_u[i]; in __inet_pton()
381 v6outp->v6addr_u = v6buf.v6addr_u; in __inet_pton()
390 rem = dbl_col - &v6buf.v6words_u[0]; in __inet_pton()
392 v6outp->v6words_u[next] = v6buf.v6words_u[next]; in __inet_pton()
398 v6outp->v6words_u[word] = v6buf.v6words_u[next]; in __inet_pton()