>  > >           20: S_IFCHR mode:0000 dev:333,0 ino:65028 uid:0 gid:0 
 > rdev:42,35
 >  > >               O_RDWR|O_NONBLOCK FD_CLOEXEC
 >  > >   -->           sockname: AF_INET 10.8.57.32  port: 111
 >  > >   -->           peername: AF_INET 10.8.57.11  port: 61404
 >  > >               /devices/pseudo/tcp at 0:tcp

 > So, there is no way in the pfiles output to tell that this is TLI/XTI
 > and not sockets?

For sockets, the file descriptor type will be S_IFSOCK.  For TLI, the file
descriptor type will be S_IFCHR.  Also, note that sockets do not display
an associated pathname (unless they're AF_UNIX).

-- 
meem

Reply via email to