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


eLitecore Technologies Pvt. Ltd.


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

> > 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)
These are MAC addresses (6 bytes long) and not IPv4 ones (ULONGs).

Max


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