Could anybody please tell me what this piece of code will do<br><br>ip_len = (ih-&gt;ver_ihl &amp; 0xf) * 4;<br><br>I know that we are &quot;anding&quot; ver_ihl to make all the bits equal to 1 but why are we multiplying it by 4. 
<br><br>Thank you<br>