.TH "eXosip2_network" 3 "Thu Dec 15 2016" "Version 4.1.0" "libeXosip2" \" -*- nroff -*- .ad l .nh .SH NAME eXosip2_network \- eXosip2 network API .SS "Functions" .in +1c .ti -1c .RI "int \fBeXosip_transport_set\fP (osip_message_t *msg, const char *transport)" .br .ti -1c .RI "int \fBeXosip_guess_localip\fP (struct eXosip_t *excontext, int family, char *address, int size)" .br .in -1c .SH "Detailed Description" .PP .SH "Function Documentation" .PP .SS "int eXosip_transport_set (osip_message_t * msg, const char * transport)" Modify the transport protocol used to send SIP message\&. .PP \fBParameters:\fP .RS 4 \fImsg\fP The SIP message to modify .br \fItransport\fP transport protocol to use ('UDP', 'TCP' or 'TLS') .RE .PP .SS "int eXosip_guess_localip (struct eXosip_t * excontext, int family, char * address, int size)" Find the current localip (interface with default route)\&. .PP \fBParameters:\fP .RS 4 \fIexcontext\fP eXosip_t instance\&. .br \fIfamily\fP AF_INET or AF_INET6 .br \fIaddress\fP a string containing the local IP address\&. .br \fIsize\fP The size of the string .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libeXosip2 from the source code\&.