Symbol: TI_GETPEERNAME
usr/src/cmd/truss/codes.c
558
{ (uint_t)TI_GETPEERNAME, "TI_GETPEERNAME", NULL }, /* 145 */
usr/src/lib/libnsl/nsl/t_getname.c
90
(type == LOCALNAME) ? TI_GETMYNAME : TI_GETPEERNAME, name);
usr/src/lib/libwrap/tli.c
152
if (ioctl(fd, TI_GETPEERNAME, &client->addr) < 0 || client->addr.len == 0) {
usr/src/uts/common/fs/proc/prsubr.c
2719
strcmd.sc_cmd = TI_GETPEERNAME;
usr/src/uts/common/fs/sockfs/socktpi.c
4816
error = strioctl(SOTOV(so), TI_GETPEERNAME, (intptr_t)&strbuf,
usr/src/uts/common/inet/ip/icmp.c
4844
case TI_GETPEERNAME:
usr/src/uts/common/inet/ip/icmp.c
4898
case TI_GETPEERNAME:
usr/src/uts/common/inet/ip/icmp.c
4954
case TI_GETPEERNAME:
usr/src/uts/common/inet/ip/icmp.c
4974
case TI_GETPEERNAME:
usr/src/uts/common/inet/ip/icmp.c
5622
case TI_GETPEERNAME:
usr/src/uts/common/inet/ip/keysock.c
1030
case TI_GETPEERNAME:
usr/src/uts/common/inet/ip/keysock.c
898
case TI_GETPEERNAME:
usr/src/uts/common/inet/ip/rts.c
1063
case TI_GETPEERNAME:
usr/src/uts/common/inet/ip/rts.c
1093
case TI_GETPEERNAME:
usr/src/uts/common/inet/ip/rts.c
1122
case TI_GETPEERNAME:
usr/src/uts/common/inet/ip/rts.c
1591
case TI_GETPEERNAME:
usr/src/uts/common/inet/ip/spdsock.c
3422
case TI_GETPEERNAME:
usr/src/uts/common/inet/tcp/tcp_output.c
1072
case TI_GETPEERNAME:
usr/src/uts/common/inet/tcp/tcp_output.c
194
case TI_GETPEERNAME:
usr/src/uts/common/inet/tcp/tcp_output.c
743
case TI_GETPEERNAME:
usr/src/uts/common/inet/tcp/tcp_output.c
804
case TI_GETPEERNAME:
usr/src/uts/common/inet/tcp/tcp_output.c
821
case TI_GETPEERNAME:
usr/src/uts/common/inet/tcp/tcp_socket.c
695
case TI_GETPEERNAME:
usr/src/uts/common/inet/udp/udp.c
4183
case TI_GETPEERNAME:
usr/src/uts/common/inet/udp/udp.c
4329
case TI_GETPEERNAME:
usr/src/uts/common/inet/udp/udp.c
4404
case TI_GETPEERNAME:
usr/src/uts/common/inet/udp/udp.c
4460
case TI_GETPEERNAME:
usr/src/uts/common/inet/udp/udp.c
4477
case TI_GETPEERNAME:
usr/src/uts/common/inet/udp/udp.c
6569
case TI_GETPEERNAME:
usr/src/uts/common/io/timod.c
1361
} else if (iocbp->ioc_cmd == TI_GETPEERNAME) {
usr/src/uts/common/io/timod.c
1412
(iocbp->ioc_cmd == TI_GETPEERNAME)) &&
usr/src/uts/common/io/timod.c
1418
} else if (iocbp->ioc_cmd == TI_GETPEERNAME) {
usr/src/uts/common/io/timod.c
1898
case TI_GETPEERNAME:
usr/src/uts/common/io/timod.c
2234
(iocp->ioc_cmd != TI_GETPEERNAME)) {
usr/src/uts/common/io/timod.c
2263
(csp->cp_cmd != TI_GETPEERNAME)) {
usr/src/uts/common/io/timod.c
2276
getpeer = csp->cp_cmd == TI_GETPEERNAME;