Re: how to convert a dotted-decimal IP address into host internal IP address
From: Steve (non_stop_at_163.com)
Date: 05/29/04
- Next message: Alexander Grigoriev: "Re: filter above serial waits for special char"
- Previous message: Bryan S. Burgin [MSFT]: "RE: Stack overflow crash?"
- In reply to: Stephan Wolf: "Re: how to convert a dotted-decimal IP address into host internal IP address"
- Next in thread: Spiro Trikaliotis: "Re: how to convert a dotted-decimal IP address into host internal IP address"
- Reply: Spiro Trikaliotis: "Re: how to convert a dotted-decimal IP address into host internal IP address"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 29 May 2004 09:47:49 +0800
Hi,Stephan and Tim,
Thank you for good advice.
I think the functions like RtlIPv* don't work because I can't find them
in Windows DDK Document.
On the other hand, it is certainly trivial to write an inet_addr
function, but fortunately, the principle of the function is clear to us.
Hence, I would implement it rather than spend time in looking for it.
Steve
"Stephan Wolf" <stewo68@hotmail.com>> I thought exactly the same thing ;)
>
> Another, beloved, frequently posted reply is like "problem solved,
> thanks". Not that we would ever like to know *how* it got solved...
>
> Stephan
> ---
> On Thu, 27 May 2004 22:55:35 -0700, Tim Roberts <timr@probo.com>
> wrote:
>
> >"Steve" <non_stop@163.com> wrote:
> >>
> >>Thank you all. But I think the functions like RtlIPv* don't work.
> >>So I will have to write a special-purpose function like inet_addr.
> >
> >I love responses like this.
> >
> >What do you mean by "I think the functions like RtlIPv* don't work"? Did
> >you just have a bad feeling that they were flawed in some way? Did
someone
> >tell you they didn't work? Or have you actually tried one and had it
fail?
- Next message: Alexander Grigoriev: "Re: filter above serial waits for special char"
- Previous message: Bryan S. Burgin [MSFT]: "RE: Stack overflow crash?"
- In reply to: Stephan Wolf: "Re: how to convert a dotted-decimal IP address into host internal IP address"
- Next in thread: Spiro Trikaliotis: "Re: how to convert a dotted-decimal IP address into host internal IP address"
- Reply: Spiro Trikaliotis: "Re: how to convert a dotted-decimal IP address into host internal IP address"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|