Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_helper_stream.c203 DEV_IP), IP_HELPER_STR, kcred, &helper->iphs_handle, li); in ip_create_helper_stream()
214 (void) ldi_close(helper->iphs_handle, 0, kcred); in ip_create_helper_stream()
223 error = ldi_ioctl(helper->iphs_handle, SIOCSQPTR, (intptr_t)connp, in ip_create_helper_stream()
231 (void) ldi_close(helper->iphs_handle, 0, kcred); in ip_create_helper_stream()
252 ASSERT(connp->conn_helper_info->iphs_handle != NULL); in ip_free_helper_stream()
257 (void) ldi_close(connp->conn_helper_info->iphs_handle, in ip_free_helper_stream()
H A Drts.c1603 error = ldi_ioctl(connp->conn_helper_info->iphs_handle, in rts_ioctl()
H A Dicmp.c5624 error = ldi_ioctl(connp->conn_helper_info->iphs_handle, in rawip_ioctl()
/illumos-gate/usr/src/uts/common/inet/
H A Dipclassifier.h148 ldi_handle_t iphs_handle; member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c715 error = ldi_ioctl(connp->conn_helper_info->iphs_handle, in tcp_ioctl()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c6570 error = ldi_ioctl(connp->conn_helper_info->iphs_handle, in udp_ioctl()