- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- WSASocket,WSACleanup,WSAStartup,WSAGetLastError e...
Operating System - HP-UX
1822439
Members
2712
Online
109642
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2000 09:47 PM
тАО11-11-2000 09:47 PM
WSASocket,WSACleanup,WSAStartup,WSAGetLastError equivalent on HPUX 11.0
Hi,
Where can we find the equivalent functionality of
WSASocket,WSACleanup,WSAStartup,WSAGetLastError on HPUX 11.0.
These functionalities are available on Windows, do we need them on UNIX(hpux-11).
setmode() is also present on Windows, but
cannot find an equivalent on UNIX(hpux-11).
Can anyone suggest on this please.
Thanks and Regards
Deepak
Where can we find the equivalent functionality of
WSASocket,WSACleanup,WSAStartup,WSAGetLastError on HPUX 11.0.
These functionalities are available on Windows, do we need them on UNIX(hpux-11).
setmode() is also present on Windows, but
cannot find an equivalent on UNIX(hpux-11).
Can anyone suggest on this please.
Thanks and Regards
Deepak
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2000 05:43 AM
тАО11-13-2000 05:43 AM
Re: WSASocket,WSACleanup,WSAStartup,WSAGetLastError equivalent on HPUX 11.0
To the best of my knowledge, none of the calls you listed are required in Unix sockets programming.
For error checking, you need to include the following in your programs:
#include
extern int errno;
Whenever any of your socket calls fail, errno will contain an error value. The man pages for each socket call will detail what sort of errors will be returned.
For error checking, you need to include the following in your programs:
#include
extern int errno;
Whenever any of your socket calls fail, errno will contain an error value. The man pages for each socket call will detail what sort of errors will be returned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2000 02:43 AM
тАО11-20-2000 02:43 AM
Re: WSASocket,WSACleanup,WSAStartup,WSAGetLastError equivalent on HPUX 11.0
Yes. There is no need for these in the any of the *NIXes. They are required only in windows.
Do have a look at the classic tcp/ip tutorial in the rfc 1180.
http://www.faqs.org/rfcs/rfc1180.htm
l
Do have a look at the classic tcp/ip tutorial in the rfc 1180.
http://www.faqs.org/rfcs/rfc1180.htm
l
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP