Home
last modified time | relevance | path

Searched refs:TI_GETPEERNAME (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dtimod.h49 #define TI_GETPEERNAME (TIMOD|145) macro
/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_getname.c92 (type == LOCALNAME) ? TI_GETMYNAME : TI_GETPEERNAME, name); in __tx_getname_locked()
/titanic_41/usr/src/uts/common/inet/ip/
H A Drts.c1059 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 Dicmp.c4824 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 Dtli.c152 if (ioctl(fd, TI_GETPEERNAME, &client->addr) < 0 || client->addr.len == 0) {
/titanic_41/usr/src/uts/common/io/
H A Dtimod.c1359 } 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 Dtcp_output.c179 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 Dtcp_socket.c688 case TI_GETPEERNAME: in tcp_ioctl()
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c652 if (ioctl(newfd, TI_GETPEERNAME, &netbuf) < 0) {
/titanic_41/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c801 strcmd.sc_cmd = TI_GETPEERNAME; in dotli()
/titanic_41/usr/src/uts/common/inet/udp/
H A Dudp.c4033 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 Dcodes.c516 { (uint_t)TI_GETPEERNAME, "TI_GETPEERNAME", NULL },
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4898 error = strioctl(SOTOV(so), TI_GETPEERNAME, (intptr_t)&strbuf, in sotpi_getpeername()