Searched refs:_SIOCSOCKFALLBACK (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | sockio.h | 256 #define _SIOCSOCKFALLBACK _IOW('i', 169, 0) macro
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 686 case _SIOCSOCKFALLBACK: in tcp_ioctl()
|
H A D | tcp_output.c | 842 case _SIOCSOCKFALLBACK: in tcp_wput_ioctl()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 513 _SIOCSOCKFALLBACK, 0, 0, K_TO_K, in sotpi_init() 1720 (void) strioctl(SOTOV(so), _SIOCSOCKFALLBACK, in sotpi_accept() 2004 if ((error = strioctl(SOTOV(nso), _SIOCSOCKFALLBACK, in sotpi_accept() 5919 case _SIOCSOCKFALLBACK: in sotpi_ioctl() 6020 error = strioctl(vp, _SIOCSOCKFALLBACK, 0, 0, K_TO_K, in socktpi_plumbioctl()
|
H A D | sockstr.c | 148 error = strioctl(vp, _SIOCSOCKFALLBACK, 0, 0, K_TO_K, CRED(), in so_sock2stream()
|
/titanic_41/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 4203 case _SIOCSOCKFALLBACK: in udp_wput_other() 6410 case _SIOCSOCKFALLBACK: in udp_ioctl()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 5602 case _SIOCSOCKFALLBACK: in rawip_ioctl()
|