|
libosmogsm 1.10.0.47-38eb4
Osmocom GSM library
|
#include <gsm_04_08_gprs.h>
Data Fields | ||
| uint8_t | type | |
| union { | ||
| union { | ||
| } etsi | ||
| union { | ||
| uint32_t v4 | ||
| uint8_t v6 [16] | ||
| } ietf | ||
| }; | ||
| union { ... } gsm48_pdp_address |
| union { ... } gsm48_pdp_address::etsi |
| union { ... } gsm48_pdp_address::ietf |
Referenced by decode_pdp_address(), and encode_pdp_info().
| uint8_t gsm48_pdp_address::type |
Referenced by decode_pdp_address(), and encode_pdp_info().
| uint32_t gsm48_pdp_address::v4 |
Referenced by decode_pdp_address(), and encode_pdp_info().
| uint8_t gsm48_pdp_address::v6[16] |
Referenced by decode_pdp_address(), and encode_pdp_info().