critical impact:
IPv6 socket options - not available (CrUn135)
Problem description
IPv6-specific socket options accessed using the setsockopt and getsockopt calls exist only on Tru64 UNIX, but not on HP-UX.
The following socket options are not available on HP-UX:
IPV6_PKTOPTIONS - Deprecated Advanced API socket option.
IPV6_RXHDR - Used with RAW sockets to get full protocol headers. By default, Tru64 UNIX delivers only the protocol header specified in the socket call.
IPV6_V6ONLY - Disable/Enable IPv6-only support on AF_INET6 wildcard sockets. Identifiers
 IPV6_PKTOPTIONS |
 IPV6_RXHDR |
 IPV6_V6ONLY |
See also
Solution description
Review your code and the applicable manpages 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 |
|