50 if( (ip | 0xffffff00) == 0xffffff0a)
53 if( (ip | 0xffff0000) == 0xffffa8c0)
56 if( (ip | 0xffffff00) == 0xffffffac)
58 uint32_t second_num = (ip >> 8) & 0xff;
59 if(second_num >= 16 && second_num <= 31 )
68 if( (ip | 0xffffff00) == 0xffffff7f)
#define SWAP32LE
Definition int-util.h:277
Definition abstract_http_client.h:36
bool is_ip_loopback(uint32_t ip)
Definition local_ip.h:65
bool is_ip_local(uint32_t ip)
Definition local_ip.h:41
TODO: (mj-xmr) This will be reduced in an another PR.
Definition byte_slice.h:40
unsigned int uint32_t
Definition stdint.h:126