X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdhcp%2Fipv4ll.h;h=bee8138a5b48a916f58d9bf0805e09c60d43f011;hb=22633ced6225d294ce8483efbf2b39ea0c0c1b65;hp=aaac33ed2f0854203b43c7ecf678cb5eac603ee6;hpb=bcae74da8fa2958b3fec9153fc33e41f0e0317bf;p=platform%2Fupstream%2Fconnman.git diff --git a/gdhcp/ipv4ll.h b/gdhcp/ipv4ll.h index aaac33e..bee8138 100644 --- a/gdhcp/ipv4ll.h +++ b/gdhcp/ipv4ll.h @@ -43,7 +43,7 @@ extern "C" { #define RATE_LIMIT_INTERVAL 60 #define DEFEND_INTERVAL 10 -uint32_t ipv4ll_random_ip(int seed); +uint32_t ipv4ll_random_ip(void); guint ipv4ll_random_delay_ms(guint secs); int ipv4ll_send_arp_packet(uint8_t* source_eth, uint32_t source_ip, uint32_t target_ip, int ifindex);