Searched refs:ip6_lh (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dkeysock.c195 ldi_handle_t lh, ip6_lh = NULL; local
243 err = ldi_open_by_name(IP6DEV, FREAD|FWRITE, cr, &ip6_lh, li);
263 err = ldi_ioctl(ip6_lh, I_PLINK, (intptr_t)lh,
289 err = ldi_ioctl(ip6_lh, I_PLINK, (intptr_t)lh,
302 if (ip6_lh != NULL) {
303 (void) ldi_close(ip6_lh, FREAD|FWRITE, cr);

Completed in 60 milliseconds