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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dinet_ntop.c289 uint16_t *dbl_col = NULL; local
346 if (dbl_col) {
351 dbl_col = &v6buf.v6words_u[i];
377 * dbl_col points to the word (should be 0) where
386 if (dbl_col == NULL) {
390 rem = dbl_col - &v6buf.v6words_u[0];
394 next++; /* skip dbl_col 0 */

Completed in 58 milliseconds