TR_COMPARE_NETWORK_ADDRESSES is used to compare token
ring addresses.
But i need to compare IP addresses and also Ethernet
addresses. I don’t want to use NdisEqualString b’coz
it uses unicode format.
NdisEqualMemory on the other hand is supported only in
Ndis5.0 & not in Ndis4.0, but my Ndis driver needs to
be both 4.0 & 5.o compatible!
regards
-DG
-----Original Message-----
From: Sumit Pandya [mailto:xxxxx@elitecore.com]
Sent: Thursday, September 20, 2001 11:28 AM
To: NT Developers Interest List
Subject: [ntdev] Re : Re: How to compare memory in
NDIS 4.0 ?
I need to compare IPv4 address which is in network
byte order. I’d like to know how to do this ?
Any suggestios ?
Look to Tfilter.h in include of network. a mecro
defined there
#define TR_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result)
There are many other defination… get the useful
one to you
– Sumit
Do You Yahoo!?
Send a newsletter, share photos & files, conduct polls, organize chat events. Visit http://in.groups.yahoo.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com