Advertisement
berbellll

X1

Sep 2nd, 2017
2,447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;EnableExplicit
  2.  
  3. ;By Celtic88 2016(c) v: 1.1 new update 2017 add support for ipv6
  4. Macro GEOIP_CHKBIT_V6(bit,ptr)
  5.   (ptr\u_char[((127 - bit) >> 3)] & (1 << (~(127 - bit) & 7)))
  6. EndMacro
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement