X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdhcp%2Fcommon.h;h=9660231cc49debc96bf70f4d74538ea3165d4c47;hb=c647a4b6f1132684c9d8b8ad71ec38d81147b278;hp=6899499e924ebd5432103122aab8cc7f3fd7c461;hpb=04d1dbacf6aabbb44f16f6776496192964d460d8;p=platform%2Fupstream%2Fconnman.git diff --git a/gdhcp/common.h b/gdhcp/common.h index 6899499..9660231 100755 --- a/gdhcp/common.h +++ b/gdhcp/common.h @@ -210,7 +210,8 @@ int dhcp_send_raw_packet(struct dhcp_packet *dhcp_pkt, int dhcpv6_send_packet(int index, struct dhcpv6_packet *dhcp_pkt, int len); int dhcp_send_kernel_packet(struct dhcp_packet *dhcp_pkt, uint32_t source_ip, int source_port, - uint32_t dest_ip, int dest_port); + uint32_t dest_ip, int dest_port, + const char *interface); int dhcp_l3_socket(int port, const char *interface, int family); int dhcp_recv_l3_packet(struct dhcp_packet *packet, int fd); int dhcpv6_recv_l3_packet(struct dhcpv6_packet **packet, unsigned char *buf,