Searched defs:v6buf (Results 1 - 1 of 1) sorted by relevance

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

Completed in 45 milliseconds