sdp.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 469 | 10% |
空行行数 | 692 | 15% |
実行行数 | 3306 | 75% |
合計行数 | 4467 | 100% |
内容 | 定義数 |
---|---|
関数数 | 132 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Inline | ntoh128 | static inline void | |
2 |
Inline | ntoh64 | static inline uint64_t | |
3 |
Inline | ntoh128 | static inline void | |
4 |
Static | string_lookup | static char * | |
5 |
Static | string_lookup_uuid | static char * | |
6 |
Static | uuid2str | static int | |
7 |
Function | sdp_proto_uuid2strn | int | |
8 |
Function | sdp_svclass_uuid2strn | int | |
9 |
Function | sdp_profile_uuid2strn | int | |
10 |
Function | sdp_uuid2strn | int | |
11 |
Function | sdp_uuid_print | void | |
12 |
Function | sdp_data_alloc_with_length | sdp_data_t * | |
13 |
Function | sdp_data_alloc | sdp_data_t * | |
14 |
Function | sdp_seq_append | sdp_data_t * | |
15 |
Function | sdp_seq_alloc_with_length | sdp_data_t * | |
16 |
Function | sdp_seq_alloc | sdp_data_t * | |
17 |
Static | extract_svclass_uuid | static void | |
18 |
Function | sdp_attr_add | int | |
19 |
Function | sdp_attr_remove | void | |
20 |
Function | sdp_set_seq_len | void | |
21 |
Static | sdp_set_data_type | static int | |
22 |
Function | sdp_set_attrid | void | |
23 |
Static | get_data_size | static int | |
24 |
Function | sdp_gen_pdu | int | |
25 |
Static | sdp_attr_pdu | static void | |
26 |
Function | sdp_gen_record_pdu | int | |
27 |
Function | sdp_attr_replace | void | |
28 |
Function | sdp_attrid_comp_func | int | |
29 |
Static | data_seq_free | static void | |
30 |
Function | sdp_data_free | void | |
31 |
Function | sdp_uuid_extract | int | |
32 |
Static | extract_int | static sdp_data_t * | |
33 |
Static | extract_uuid | static sdp_data_t * | |
34 |
Static | extract_str | static sdp_data_t * | |
35 |
Function | sdp_extract_seqtype | int | |
36 |
Static | extract_seq | static sdp_data_t * | |
37 |
Function | sdp_extract_attr | sdp_data_t * | |
38 |
Static | attr_print_func | static void | |
39 |
Function | sdp_print_service_attr | void | |
40 |
Function | sdp_extract_pdu | sdp_record_t * | |
41 |
Static | sdp_copy_pattern | static void | |
42 |
Static | sdp_data_value | static void * | |
43 |
Static | sdp_copy_seq | static sdp_data_t * | |
44 |
Static | sdp_copy_attrlist | static void | |
45 |
Function | sdp_copy_record | sdp_record_t * | |
46 |
Static | print_dataseq | static void | |
47 |
Function | sdp_record_print | void | |
48 |
Function | sdp_data_print | void | |
49 |
Function | sdp_data_get | sdp_data_t * | |
50 |
Static | sdp_send_req | static int | |
51 |
Static | sdp_read_rsp | static int | |
52 |
Function | sdp_send_req_w4_rsp | int | |
53 |
Function | sdp_list_append | sdp_list_t * | |
54 |
Function | sdp_list_remove | sdp_list_t * | |
55 |
Function | sdp_list_insert_sorted | sdp_list_t * | |
56 |
Function | sdp_list_free | void | |
57 |
Inline | __find_port | static inline int | |
58 |
Function | sdp_get_proto_port | int | |
59 |
Function | sdp_get_proto_desc | sdp_data_t * | |
60 |
Function | sdp_get_access_protos | int | |
61 |
Function | sdp_get_add_access_protos | int | |
62 |
Function | sdp_get_uuidseq_attr | int | |
63 |
Function | sdp_set_uuidseq_attr | int | |
64 |
Function | sdp_get_lang_attr | int | |
65 |
Function | sdp_get_profile_descs | int | |
66 |
Function | sdp_get_server_ver | int | |
67 |
Function | sdp_get_int_attr | int | |
68 |
Function | sdp_get_string_attr | int | |
69 |
Function | sdp_get_service_id | int | |
70 |
Function | sdp_get_group_id | int | |
71 |
Function | sdp_get_record_state | int | |
72 |
Function | sdp_get_service_avail | int | |
73 |
Function | sdp_get_service_ttl | int | |
74 |
Function | sdp_get_database_state | int | |
75 |
Function | sdp_attr_add_new | int | |
76 |
Function | sdp_set_info_attr | void | |
77 |
Static | access_proto_to_dataseq | static sdp_data_t * | |
78 |
Function | sdp_set_access_protos | int | |
79 |
Function | sdp_set_add_access_protos | int | |
80 |
Function | sdp_set_lang_attr | int | |
81 |
Function | sdp_set_service_id | void | |
82 |
Function | sdp_set_group_id | void | |
83 |
Function | sdp_set_profile_descs | int | |
84 |
Function | sdp_set_url_attr | void | |
85 |
Function | sdp_uuid16_create | uuid_t * | |
86 |
Function | sdp_uuid32_create | uuid_t * | |
87 |
Function | sdp_uuid128_create | uuid_t * | |
88 |
Function | sdp_uuid16_cmp | int | |
89 |
Function | sdp_uuid128_cmp | int | |
90 |
Function | sdp_uuid16_to_uuid128 | void | |
91 |
Function | sdp_uuid32_to_uuid128 | void | |
92 |
Function | sdp_uuid_to_uuid128 | uuid_t * | |
93 |
Function | sdp_uuid128_to_uuid | int | |
94 |
Function | sdp_uuid_to_proto | int | |
95 |
Function | sdp_append_to_buf | void | |
96 |
Function | sdp_append_to_pdu | void | |
97 |
Function | sdp_device_record_register_binary | int | |
98 |
Function | sdp_device_record_register | int | |
99 |
Function | sdp_record_register | int | |
100 |
Function | sdp_device_record_unregister_binary | int | |
101 |
Function | sdp_device_record_unregister | int | |
102 |
Function | sdp_record_unregister | int | |
103 |
Function | sdp_device_record_update_binary | int | |
104 |
Function | sdp_device_record_update | int | |
105 |
Function | sdp_record_update | int | |
106 |
Function | sdp_record_alloc | sdp_record_t * | |
107 |
Function | sdp_record_free | void | |
108 |
Function | sdp_pattern_add_uuid | void | |
109 |
Function | sdp_pattern_add_uuidseq | void | |
110 |
Static | extract_record_handle_seq | static void | |
111 |
Static | gen_dataseq_pdu | static int | |
112 |
Static | gen_searchseq_pdu | static int | |
113 |
Static | gen_attridseq_pdu | static int | |
114 |
Static | copy_cstate | static int | |
115 |
Function | sdp_service_search_req | int | |
116 |
Function | sdp_service_attr_req | sdp_record_t * | |
117 |
Function | sdp_create | sdp_session_t * | |
118 |
Function | sdp_set_notify | int | |
119 |
Function | sdp_service_search_async | int | |
120 |
Function | sdp_service_attr_async | int | |
121 |
Function | sdp_service_search_attr_async | int | |
122 |
Function | sdp_get_error | int | |
123 |
Function | sdp_process | int | |
124 |
Function | sdp_service_search_attr_req | int | |
125 |
Function | sdp_general_inquiry | int | |
126 |
Function | sdp_close | int | |
127 |
Inline | sdp_is_local | static inline int | |
128 |
Static | sdp_connect_local | static int | |
129 |
Static | sdp_connect_l2cap | static int | |
130 |
Function | sdp_connect | sdp_session_t * | |
131 |
Function | sdp_get_socket | int | |
132 |
Function | sdp_gen_tid | uint16_t |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー