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

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c520 dlpi_handle_t dh_arp = NULL, dh_ip = NULL; local
539 ret = dlpi_open(linkname, &dh_ip, dlpi_flags);
545 ip_fd = dlpi_fd(dh_ip);
619 dlpi_close(dh_ip);

Completed in 36 milliseconds