Re: inet_ntop( )

2004-08-13 Thread Joseph M Link
I wondered, why does inet_ntop() returns addresses in the format x:x:x:x:x:x:x.x.x.x ? This can be very annoying if that's not what you want. Is there another standard function, other than inet_ntop(), to do the same work ? I am going to guess you're asking why you're getting that

Re: inet_ntop( )

2004-08-13 Thread Giorgos Keramidas
On 2004-08-12 02:06, Nicolas B?rard Nault <[EMAIL PROTECTED]> wrote: > > I wondered, why does inet_ntop() returns addresses in the format > x:x:x:x:x:x:x.x.x.x ? This can be very annoying if that's not what you > want. Is there another standard function, other than inet_n

inet_ntop( )

2004-08-11 Thread Nicolas Bérard Nault
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I wondered, why does inet_ntop() returns addresses in the format x:x:x:x:x:x:x.x.x.x ? This can be very annoying if that's not what you want. Is there another standard function, other than inet_ntop(), to do the same work ? - -- Nicolas Bérard