gprs.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 34 | 1% |
空行行数 | 695 | 23% |
実行行数 | 2234 | 76% |
合計行数 | 2963 | 100% |
内容 | 定義数 |
---|---|
関数数 | 104 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Function | packet_bearer_to_string | const char * | |
2 |
Static | gprs_context_default_name | static const char * | |
3 |
Static | gprs_context_type_to_string | static const char * | |
4 |
Static | gprs_context_string_to_type | static gboolean | |
5 |
Static | gprs_proto_to_string | static const char * | |
6 |
Static | gprs_proto_from_string | static gboolean | |
7 |
Static | gprs_cid_alloc | static unsigned int | |
8 |
Static | gprs_cid_release | static void | |
9 |
Static | assign_context | static gboolean | |
10 |
Static | release_context | static void | |
11 |
Static | gprs_context_by_path | static struct pri_context * | |
12 |
Static | context_settings_free | static void | |
13 |
Static | context_settings_append_ipv4 | static void | |
14 |
Static | context_settings_append_ipv4_dict | static void | |
15 |
Static | context_settings_append_ipv6 | static void | |
16 |
Static | context_settings_append_ipv6_dict | static void | |
17 |
Static | signal_settings | static void | |
18 |
Static | pri_context_signal_settings | static void | |
19 |
Static | pri_parse_proxy | static void | |
20 |
Static | pri_ifupdown | static void | |
21 |
Static | pri_set_ipv4_addr | static void | |
22 |
Static | pri_setproxy | static void | |
23 |
Static | pri_reset_context_settings | static void | |
24 |
Static | pri_update_mms_context_settings | static void | |
25 |
Static | append_context_properties | static void | |
26 |
Static | pri_get_properties | static DBusMessage * | |
27 |
Static | pri_activate_callback | static void | |
28 |
Static | pri_deactivate_callback | static void | |
29 |
Static | pri_set_apn | static DBusMessage * | |
30 |
Static | pri_set_username | static DBusMessage * | |
31 |
Static | pri_set_password | static DBusMessage * | |
32 |
Static | pri_set_type | static DBusMessage * | |
33 |
Static | pri_set_proto | static DBusMessage * | |
34 |
Static | pri_set_name | static DBusMessage * | |
35 |
Static | pri_set_message_proxy | static DBusMessage * | |
36 |
Static | pri_set_message_center | static DBusMessage * | |
37 |
Static | pri_set_property | static DBusMessage * | |
38 |
Static | pri_context_create | static struct pri_context * | |
39 |
Static | pri_context_destroy | static void | |
40 |
Static | context_dbus_register | static gboolean | |
41 |
Static | context_dbus_unregister | static gboolean | |
42 |
Static | update_suspended_property | static void | |
43 |
Static | suspend_timeout | static gboolean | |
44 |
Function | ofono_gprs_suspend_notify | void | |
45 |
Function | ofono_gprs_resume_notify | void | |
46 |
Static | gprs_attached_update | static void | |
47 |
Static | registration_status_cb | static void | |
48 |
Static | gprs_attach_callback | static void | |
49 |
Static | gprs_netreg_removed | static void | |
50 |
Static | gprs_netreg_update | static void | |
51 |
Static | netreg_status_changed | static void | |
52 |
Static | gprs_get_properties | static DBusMessage * | |
53 |
Static | gprs_set_property | static DBusMessage * | |
54 |
Static | write_context_settings | static void | |
55 |
Static | add_context | static struct pri_context * | |
56 |
Static | gprs_add_context | static DBusMessage * | |
57 |
Static | gprs_deactivate_for_remove | static void | |
58 |
Static | gprs_remove_context | static DBusMessage * | |
59 |
Static | gprs_deactivate_for_all | static void | |
60 |
Static | gprs_deactivate_next | static void | |
61 |
Static | gprs_deactivate_all | static DBusMessage * | |
62 |
Static | gprs_get_contexts | static DBusMessage * | |
63 |
Function | ofono_gprs_detached_notify | void | |
64 |
Function | ofono_gprs_status_notify | void | |
65 |
Function | ofono_gprs_set_cid_range | void | |
66 |
Static | gprs_context_unregister | static void | |
67 |
Function | ofono_gprs_add_context | void | |
68 |
Function | ofono_gprs_bearer_notify | void | |
69 |
Function | ofono_gprs_context_deactivated | void | |
70 |
Function | ofono_gprs_context_driver_register | int | |
71 |
Function | ofono_gprs_context_driver_unregister | void | |
72 |
Static | gprs_context_remove | static void | |
73 |
Function | ofono_gprs_context_create | struct ofono_gprs_context * | |
74 |
Function | ofono_gprs_context_remove | void | |
75 |
Function | ofono_gprs_context_set_data | void | |
76 |
Function | ofono_gprs_context_get_data | void * | |
77 |
Function | ofono_gprs_context_get_modem | struct ofono_modem * | |
78 |
Function | ofono_gprs_context_set_type | void | |
79 |
Function | ofono_gprs_context_set_interface | void | |
80 |
Function | ofono_gprs_context_set_ipv4_address | void | |
81 |
Function | ofono_gprs_context_set_ipv4_netmask | void | |
82 |
Function | ofono_gprs_context_set_ipv4_gateway | void | |
83 |
Function | ofono_gprs_context_set_ipv4_dns_servers | void | |
84 |
Function | ofono_gprs_context_set_ipv6_address | void | |
85 |
Function | ofono_gprs_context_set_ipv6_prefix_length | void | |
86 |
Function | ofono_gprs_context_set_ipv6_gateway | void | |
87 |
Function | ofono_gprs_context_set_ipv6_dns_servers | void | |
88 |
Function | ofono_gprs_driver_register | int | |
89 |
Function | ofono_gprs_driver_unregister | void | |
90 |
Static | free_contexts | static void | |
91 |
Static | gprs_unregister | static void | |
92 |
Static | gprs_remove | static void | |
93 |
Function | ofono_gprs_create | struct ofono_gprs * | |
94 |
Static | netreg_watch | static void | |
95 |
Static | load_context | static gboolean | |
96 |
Static | gprs_load_settings | static void | |
97 |
Static | provision_context | static void | |
98 |
Static | provision_contexts | static void | |
99 |
Static | ofono_gprs_finish_register | static void | |
100 |
Static | sim_spn_read_cb | static void | |
101 |
Function | ofono_gprs_register | void | |
102 |
Function | ofono_gprs_remove | void | |
103 |
Function | ofono_gprs_set_data | void | |
104 |
Function | ofono_gprs_get_data | void * |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー