문제

Our code has to run on both SLES9 (old) and an even older version HPUX. We're implementing IPv6 now, but inet_pton and inet_ntop do not exist on our HPUX, so have to roll our own.

S/W is in C++. If I have an IPv6 address string, can someone provide the C/C++ equivalent of the above 2 methods?

Many Thanks!

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top