client.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 71 | 5% |
空行行数 | 328 | 22% |
実行行数 | 1123 | 73% |
合計行数 | 1522 | 100% |
内容 | 定義数 |
---|---|
関数数 | 56 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Inline | debug | static inline void | |
2 |
Static | init_packet | static void | |
3 |
Static | add_request_options | static void | |
4 |
Static | add_binary_option | static void | |
5 |
Static | add_send_options | static void | |
6 |
Static | send_discover | static int | |
7 |
Static | send_select | static int | |
8 |
Static | send_renew | static int | |
9 |
Static | send_rebound | static int | |
10 |
Static | send_release | static int | |
11 |
Static | send_probe_packet | static gboolean | |
12 |
Static | send_announce_packet | static gboolean | |
13 |
Static | get_interface_mac_address | static void | |
14 |
Static | remove_value | static void | |
15 |
Static | remove_option_value | static void | |
16 |
Function | g_dhcp_client_new | GDHCPClient * | |
17 |
Static | dhcp_l2_socket | static int | |
18 |
Static | sanity_check | static gboolean | |
19 |
Static | dhcp_recv_l2_packet | static int | |
20 |
Static | ipv4ll_start | static void | |
21 |
Static | ipv4ll_stop | static void | |
22 |
Static | ipv4ll_recv_arp_packet | static int | |
23 |
Static | check_package_owner | static gboolean | |
24 |
Static | request_timeout | static gboolean | |
25 |
Static | switch_listening_mode | static int | |
26 |
Static | start_request | static void | |
27 |
Static | get_lease | static uint32_t | |
28 |
Static | restart_dhcp | static void | |
29 |
Static | start_rebound_timeout | static gboolean | |
30 |
Static | start_rebound | static void | |
31 |
Static | start_renew_timeout | static gboolean | |
32 |
Static | start_bound | static void | |
33 |
Static | restart_dhcp_timeout | static gboolean | |
34 |
Static | get_ip | static char * | |
35 |
Static | sprint_nip | static int | |
36 |
Static | malloc_option_value_string | static char * | |
37 |
Static | get_option_value_list | static GList * | |
38 |
Static | get_request | static void | |
39 |
Static | listener_event | static gboolean | |
40 |
Static | discover_timeout | static gboolean | |
41 |
Static | ipv4ll_defend_timeout | static gboolean | |
42 |
Static | ipv4ll_announce_timeout | static gboolean | |
43 |
Static | ipv4ll_probe_timeout | static gboolean | |
44 |
Function | g_dhcp_client_start | int | |
45 |
Function | g_dhcp_client_stop | void | |
46 |
Function | g_dhcp_client_get_option | GList * | |
47 |
Function | g_dhcp_client_register_event | void | |
48 |
Function | g_dhcp_client_get_index | int | |
49 |
Function | g_dhcp_client_get_address | char * | |
50 |
Function | g_dhcp_client_get_netmask | char * | |
51 |
Function | g_dhcp_client_set_request | GDHCPClientError | |
52 |
Static | alloc_dhcp_option | static uint8_t * | |
53 |
Function | g_dhcp_client_set_send | GDHCPClientError | |
54 |
Function | g_dhcp_client_ref | GDHCPClient * | |
55 |
Function | g_dhcp_client_unref | void | |
56 |
Function | g_dhcp_client_set_debug | void |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー