Go to the source code of this file.
◆ TransportMapperAsyncInitCB
| typedef gboolean(* TransportMapperAsyncInitCB) (gpointer arg) |
◆ transport_mapper_apply_transport_method()
| gboolean transport_mapper_apply_transport_method |
( |
TransportMapper * |
self, |
|
|
GlobalConfig * |
cfg |
|
) |
| |
◆ transport_mapper_free()
| void transport_mapper_free |
( |
TransportMapper * |
self | ) |
|
◆ transport_mapper_free_method()
| void transport_mapper_free_method |
( |
TransportMapper * |
self | ) |
|
◆ transport_mapper_init_instance()
| void transport_mapper_init_instance |
( |
TransportMapper * |
self, |
|
|
const gchar * |
transport |
|
) |
| |
◆ transport_mapper_open_socket()
| gboolean transport_mapper_open_socket |
( |
TransportMapper * |
self, |
|
|
SocketOptions * |
socket_options, |
|
|
GSockAddr * |
bind_addr, |
|
|
GSockAddr * |
peer_addr, |
|
|
AFSocketDirection |
dir, |
|
|
int * |
fd |
|
) |
| |
◆ transport_mapper_set_address_family()
| void transport_mapper_set_address_family |
( |
TransportMapper * |
self, |
|
|
gint |
address_family |
|
) |
| |
◆ transport_mapper_set_transport()
| void transport_mapper_set_transport |
( |
TransportMapper * |
self, |
|
|
const gchar * |
transport |
|
) |
| |