critical impact:
miscellaneous socket options - not available (CrUn132)
Problem description
Certain protocols accessed using the setsockopt and getsockopt calls exist only on Tru64 UNIX but not on HP-UX.
The following protocols (socket options) are not available on HP-UX:
IPPROTO_TP - TP-4 with class negotiation
IPPROTO_EON - ISO CNLP (Connectionless Network Protocol)
IPPROTO_RSVP - Resource ReSerVation Protocol
IPPROTO_IFMP - Ipsilon Flow Management Protocol
OSI transport protocols like IPPROTO_TP and IPPROTO_EON are supported through XTI, not sockets. Identifiers
 IPPROTO_EON |
 IPPROTO_IFMP |
 IPPROTO_RSVP |
 IPPROTO_TP |
See also
Solution description
Review your code and the applicable manpage to determine how to resolve this issue.
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| NW |
C, C++ |
any HP-UX 11i version |
critical |
unavailable |
|