Operating System - HP-UX
1753705 Members
4898 Online
108799 Solutions
New Discussion юеВ

connld equivalent in hpux

 
Manish Srivastava
Trusted Contributor

connld equivalent in hpux

Hi,

I am porting an application from sun to hpux. There are few calls to ioctl which push "connld", example:
if( ioctl(fd[1], I_PUSH,"connld") < 0 )

I could not find any equivalent function for connld on hpux. If anyone has done this beore then could you guide me on this.

thanks,
Manish
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor

Re: connld equivalent in hpux

Manish Srivastava
Trusted Contributor

Re: connld equivalent in hpux

Hi Robert,

Thanks for the message. I had seen this link when I did a search on the DSPP site. Unfortunately there is no answer to that query.

manish