Searched refs:IPV4_PACK (Results 1 – 3 of 3) sorted by relevance
21 #define IPV4_PACK(a) (a[3] << 24 | a[2] << 16 | a[1] << 8 | a[0]) macro
35 return IPV4_PACK(ip); in str_ip_to_int()
460 return IPV4_PACK(ip); in minip_parse_ipaddr()
Completed in 4 milliseconds