Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <wtp_pdu.h>
Data Fields | |
int | type |
List * | options |
union { | |
} | u |
List* wtp_pdu::options |
Definition at line 85 of file wtp_pdu.h.
Referenced by unpack_ack(), wtp_pdu_append_tpi(), wtp_pdu_create(), wtp_pdu_destroy(), and wtp_pdu_unpack().
int wtp_pdu::type |
Definition at line 84 of file wtp_pdu.h.
Referenced by fixup_length_fields(), main(), unpack_wdp_datagram_real(), wtp_pdu_create(), wtp_pdu_destroy(), wtp_pdu_dump(), wtp_pdu_pack(), and wtp_pdu_unpack().
union { ... } wtp_pdu::u |