Searched refs:TI_GETPEERNAME (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | timod.h | 49 #define TI_GETPEERNAME (TIMOD|145) macro
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | t_getname.c | 92 (type == LOCALNAME) ? TI_GETMYNAME : TI_GETPEERNAME, name); in __tx_getname_locked()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | rts.c | 1059 case TI_GETPEERNAME: in rts_wput_other() 1088 case TI_GETPEERNAME: in rts_wput_iocdata() 1117 case TI_GETPEERNAME: in rts_wput_iocdata() 1586 case TI_GETPEERNAME: in rts_ioctl()
|
H A D | icmp.c | 4824 case TI_GETPEERNAME: in icmp_wput_other() 4878 case TI_GETPEERNAME: in icmp_wput_iocdata() 4934 case TI_GETPEERNAME: in icmp_wput_iocdata() 4954 case TI_GETPEERNAME: in icmp_wput_iocdata() 5603 case TI_GETPEERNAME: in rawip_ioctl()
|
/titanic_41/usr/src/lib/libwrap/ |
H A D | tli.c | 152 if (ioctl(fd, TI_GETPEERNAME, &client->addr) < 0 || client->addr.len == 0) {
|
/titanic_41/usr/src/uts/common/io/ |
H A D | timod.c | 1359 } else if (iocbp->ioc_cmd == TI_GETPEERNAME) { in timodrproc() 1410 (iocbp->ioc_cmd == TI_GETPEERNAME)) && in timodrproc() 1416 } else if (iocbp->ioc_cmd == TI_GETPEERNAME) { in timodrproc() 1894 case TI_GETPEERNAME: in timodwproc() 2230 (iocp->ioc_cmd != TI_GETPEERNAME)) { in ti_doname() 2259 (csp->cp_cmd != TI_GETPEERNAME)) { in ti_doname() 2272 getpeer = csp->cp_cmd == TI_GETPEERNAME; in ti_doname()
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_output.c | 179 case TI_GETPEERNAME: in tcp_wput() 726 case TI_GETPEERNAME: in tcp_wput_iocdata() 787 case TI_GETPEERNAME: in tcp_wput_iocdata() 804 case TI_GETPEERNAME: in tcp_wput_iocdata() 1055 case TI_GETPEERNAME: in tcp_wput_cmdblk()
|
H A D | tcp_socket.c | 688 case TI_GETPEERNAME: in tcp_ioctl()
|
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/ |
H A D | cvcd.c | 652 if (ioctl(newfd, TI_GETPEERNAME, &netbuf) < 0) {
|
/titanic_41/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 801 strcmd.sc_cmd = TI_GETPEERNAME; in dotli()
|
/titanic_41/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 4033 case TI_GETPEERNAME: in udp_wput_cmdblk() 4179 case TI_GETPEERNAME: in udp_wput_other() 4254 case TI_GETPEERNAME: in udp_wput_iocdata() 4310 case TI_GETPEERNAME: in udp_wput_iocdata() 4327 case TI_GETPEERNAME: in udp_wput_iocdata() 6411 case TI_GETPEERNAME: in udp_ioctl()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 516 { (uint_t)TI_GETPEERNAME, "TI_GETPEERNAME", NULL },
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 4898 error = strioctl(SOTOV(so), TI_GETPEERNAME, (intptr_t)&strbuf, in sotpi_getpeername()
|