Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Enumerations | |
enum | { ADDR_IPV4 = 0, ADDR_PLMN = 1, ADDR_USER = 2, ADDR_IPV6 = 3, ADDR_WINA = 4 } |
Functions | |
int | pap_compile (Octstr *pap_content, WAPEvent **e) |
int | parse_address (Octstr **attr_value, long *type_of_address) |
anonymous enum |
Enumerator | |
---|---|
ADDR_IPV4 | |
ADDR_PLMN | |
ADDR_USER | |
ADDR_IPV6 | |
ADDR_WINA |
Definition at line 72 of file wap_push_pap_compiler.h.
Definition at line 350 of file wap_push_pap_compiler.c.
References error(), octstr_get_cstr, octstr_len(), octstr_search_char(), octstr_strip_blanks(), parse_document(), wap_event_destroy(), and warning().
Referenced by main(), pap_request_thread(), and receive_push_reply().
int parse_address | ( | Octstr ** | attr_value, |
long * | type_of_address | ||
) |
Definition at line 1492 of file wap_push_pap_compiler.c.
References info(), octstr_delete(), octstr_destroy(), octstr_duplicate, octstr_get_char(), octstr_get_cstr, octstr_len(), octstr_search_char(), parse_ppg_specifier(), parse_wappush_client_address(), and warning().
Referenced by parse_address_value().