libosip
5.3.0
|
#include <osip_from.h>
Public Attributes | |
char * | displayname |
osip_uri_t * | url |
osip_list_t | gen_params |
Definition of the From header.
char* osip_from::displayname |
Display Name
Referenced by osip_contact_parse(), osip_contact_to_str(), osip_from_clone(), osip_from_free(), osip_from_get_displayname(), osip_from_parse(), osip_from_set_displayname(), osip_from_to_str(), and osip_record_route_to_str().
osip_list_t osip_from::gen_params |
other From parameters
Referenced by osip_from_clone(), osip_from_free(), osip_from_param_get(), osip_from_parse(), osip_from_to_str(), and osip_record_route_to_str().
osip_uri_t* osip_from::url |
url
Referenced by osip_from_clone(), osip_from_free(), osip_from_get_url(), osip_from_parse(), osip_from_set_url(), osip_from_to_str(), and osip_record_route_to_str().