Go to the documentation of this file.
48 #define TPORT_T struct tport_s
49 typedef TPORT_T tport_t;
52 #ifndef NTA_UPDATE_MAGIC_T
53 #define NTA_UPDATE_MAGIC_T void
55 typedef NTA_UPDATE_MAGIC_T nta_update_magic_t;
57 struct sigcomp_compartment;
60 #define nta_transport nta_incoming_transport
70 struct sigcomp_compartment *nta_incoming_compartment(
nta_incoming_t *irq);
75 struct sigcomp_compartment *
78 SOFIAPUBFUN void nta_compartment_decref(
struct sigcomp_compartment **);
80 typedef void nta_update_tport_f(nta_update_magic_t *,
nta_agent_t *);
84 nta_update_magic_t *magic,
85 nta_update_tport_f *);
int nta_agent_bind_tport_update(nta_agent_t *agent, nta_update_magic_t *magic, nta_update_tport_f *)
Bind transport update callback.
Definition: nta.c:11783
struct nta_outgoing_s nta_outgoing_t
NTA outgoing request.
Definition: nta.h:59
struct nta_agent_s nta_agent_t
NTA agent.
Definition: nta.h:55
struct nta_incoming_s nta_incoming_t
NTA incoming request.
Definition: nta.h:61
Nokia Transaction API for SIP.
tport_t * nta_incoming_transport(nta_agent_t *, nta_incoming_t *, msg_t *msg)
Return a new reference to the transaction transport.
Definition: nta.c:11654
int nta_agent_tport_is_updating(nta_agent_t *agent)
Check if public transport binding is in progress.
Definition: nta.c:11795
tport_t * nta_agent_tports(nta_agent_t *agent)
Return the master transport for the agent.
Definition: nta.c:11629
Sofia-SIP 1.12.11devel -
Copyright (C) 2006 Nokia Corporation. All rights reserved.
Licensed under the terms of the GNU Lesser General Public License.