X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdhcp%2Fgdhcp.h;h=169b81fccbed4f187e6256585865bf3b70631837;hb=335e7562aafe49d4f91184ebe4d84d1aa99b9ca7;hp=edebc9e17ff2e8a472e1476b72acf8682ae8d787;hpb=53f38ce0bc6505c8b8a7342b0243df442b7db5a4;p=framework%2Fconnectivity%2Fconnman.git diff --git a/gdhcp/gdhcp.h b/gdhcp/gdhcp.h index edebc9e..169b81f 100644 --- a/gdhcp/gdhcp.h +++ b/gdhcp/gdhcp.h @@ -2,7 +2,7 @@ * * DHCP library with GLib integration * - * Copyright (C) 2009-2010 Intel Corporation. All rights reserved. + * Copyright (C) 2009-2012 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -74,6 +74,7 @@ typedef enum { #define G_DHCP_DOMAIN_NAME 0x0f #define G_DHCP_HOST_NAME 0x0c #define G_DHCP_NTP_SERVER 0x2a +#define G_DHCP_CLIENT_ID 0x3d #define G_DHCPV6_CLIENTID 1 #define G_DHCPV6_SERVERID 2 @@ -121,6 +122,7 @@ GDHCPClientError g_dhcp_client_set_request(GDHCPClient *client, unsigned int option_code); void g_dhcp_client_clear_requests(GDHCPClient *dhcp_client); void g_dhcp_client_clear_values(GDHCPClient *dhcp_client); +GDHCPClientError g_dhcp_client_set_id(GDHCPClient *client); GDHCPClientError g_dhcp_client_set_send(GDHCPClient *client, unsigned char option_code, const char *option_value);