lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] [lwip] IP reassembly


From: amol patel
Subject: [lwip-users] [lwip] IP reassembly
Date: Thu, 09 Jan 2003 00:24:24 -0000

Hi All!
    file ip.c
    function : ip_reass()

   Can anybody tell me how bitmap_bits (constant) is 
related to  the ip_reassbitmap in the above function? 

static u8_t ip_reassbitmap[IP_REASS_BUFSIZE / (8 *
8)];
static const u8_t bitmap_bits[8] = {0xff, 0x7f, 0x3f,
0x1f,0x0f, 0x07, 0x03, 0x01};

and how the size of the bitmap_bits array is fixed (8)
? 

 Regards
Amol Patel


________________________________________________________________________
Want to sell your car? advertise on Yahoo Autos Classifieds. It's Free!!
       visit http://in.autos.yahoo.com
[This message was sent through the lwip discussion list.]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]