Symbol: server_t
usr.sbin/sdpd/compat.c
776
compat_register_request(server_t *srv, int fd)
usr.sbin/sdpd/compat.c
828
compat_change_request(server_t *srv, int fd)
usr.sbin/sdpd/db.c
128
db_init(server_t *srv)
usr.sbin/sdpd/db.c
154
db_next(server_t *srv, int fd, record_t **rec)
usr.sbin/sdpd/db.c
278
db_select_ssp(server_t *srv, int fd, sdp_data_t *ssp)
usr.sbin/sdpd/db.c
314
db_select_handle(server_t *srv, int fd, uint32_t handle)
usr.sbin/sdpd/db.c
341
db_create(server_t *srv, int fd, const bdaddr_t *bdaddr, uint32_t handle, sdp_data_t *data)
usr.sbin/sdpd/db.c
404
db_unselect(server_t *srv, int fd)
usr.sbin/sdpd/db.c
428
db_release(server_t *srv, int fd)
usr.sbin/sdpd/main.c
65
server_t server;
usr.sbin/sdpd/record.c
104
record_update_request(server_t *srv, int fd)
usr.sbin/sdpd/record.c
163
record_remove_request(server_t *srv, int fd)
usr.sbin/sdpd/record.c
50
record_insert_request(server_t *srv, int fd)
usr.sbin/sdpd/sdpd.h
122
uint16_t compat_register_request(server_t *, int);
usr.sbin/sdpd/sdpd.h
123
uint16_t compat_change_request(server_t *, int);
usr.sbin/sdpd/sdpd.h
126
bool db_init(server_t *);
usr.sbin/sdpd/sdpd.h
127
bool db_next(server_t *, int, record_t **);
usr.sbin/sdpd/sdpd.h
128
void db_select_ssp(server_t *, int, sdp_data_t *);
usr.sbin/sdpd/sdpd.h
129
void db_select_handle(server_t *, int, uint32_t);
usr.sbin/sdpd/sdpd.h
130
bool db_create(server_t *, int, const bdaddr_t *, uint32_t, sdp_data_t *);
usr.sbin/sdpd/sdpd.h
131
void db_unselect(server_t *, int);
usr.sbin/sdpd/sdpd.h
132
void db_release(server_t *, int);
usr.sbin/sdpd/sdpd.h
147
uint16_t record_insert_request(server_t *, int);
usr.sbin/sdpd/sdpd.h
148
uint16_t record_update_request(server_t *, int);
usr.sbin/sdpd/sdpd.h
149
uint16_t record_remove_request(server_t *, int);
usr.sbin/sdpd/sdpd.h
152
bool server_init(server_t *, const char *, const char *);
usr.sbin/sdpd/sdpd.h
153
void server_shutdown(server_t *);
usr.sbin/sdpd/sdpd.h
154
bool server_do(server_t *);
usr.sbin/sdpd/sdpd.h
155
void server_error_response(server_t *, int, uint16_t);
usr.sbin/sdpd/sdpd.h
158
uint16_t service_search_request(server_t *, int);
usr.sbin/sdpd/sdpd.h
159
uint16_t service_attribute_request(server_t *, int);
usr.sbin/sdpd/sdpd.h
160
uint16_t service_search_attribute_request(server_t *, int);
usr.sbin/sdpd/server.c
147
server_open_control(server_t *srv, char const *control)
usr.sbin/sdpd/server.c
216
server_open_l2cap(server_t *srv)
usr.sbin/sdpd/server.c
276
server_shutdown(server_t *srv)
usr.sbin/sdpd/server.c
305
server_do(server_t *srv)
usr.sbin/sdpd/server.c
346
server_accept_client(server_t *srv, int fd)
usr.sbin/sdpd/server.c
410
server_process_request(server_t *srv, int fd)
usr.sbin/sdpd/server.c
554
server_close_fd(server_t *srv, int fd)
usr.sbin/sdpd/server.c
581
server_auth_check(server_t *srv, void *data)
usr.sbin/sdpd/server.c
81
static bool server_open_control (server_t *, char const *);
usr.sbin/sdpd/server.c
82
static bool server_open_l2cap (server_t *);
usr.sbin/sdpd/server.c
83
static void server_accept_client (server_t *, int);
usr.sbin/sdpd/server.c
84
static bool server_process_request (server_t *, int);
usr.sbin/sdpd/server.c
85
static void server_close_fd (server_t *, int);
usr.sbin/sdpd/server.c
86
static bool server_auth_check (server_t *, void *);
usr.sbin/sdpd/server.c
95
server_init(server_t *srv, char const *control, char const *sgroup)
usr.sbin/sdpd/service.c
165
service_attribute_request(server_t *srv, int fd)
usr.sbin/sdpd/service.c
291
service_search_attribute_request(server_t *srv, int fd)
usr.sbin/sdpd/service.c
60
service_search_request(server_t *srv, int fd)