lsof output

I have a number of open files connecting to the rpcbind process running on HPUX 11.00. Usinf lsof -p rpcbind I am unable to identify the ip addresses of the open files. Example of one below - Any ideas?

rpcbind 19754 root 100u inet 72,0x72 0t0 TCP 79.60.53.40:* (BOUND)

Exactly what command did you use on HPUX 11.0 ? I do not find anything on lsof.

lsof is an external utility. check the parameters. I also dont get how files are associated with ip addresses, sockets do. Anyway, see if u can combine it with netstat. BTW what is 79.60.53.40. It seems like ip address to me on 0t0 if with TCP protocol. The asterisk might be an unlisted in /etc/services service (port)

Theodore