|
EpcTools
An event based multi-threaded C++ development framework.
|
#include <pfcpr15.h>
Public Member Functions | |
| Bool | chid () const |
| Bool | ch () const |
| Bool | v6 () const |
| Bool | v4 () const |
| uint32_t | teid () const |
| const in_addr & | ipv4_address () const |
| const in6_addr & | ipv6_address () const |
| uint8_t | choose_id () const |
| FTeidIE & | teid (uint32_t val) |
| FTeidIE & | ip_address (const ESocket::Address &val) |
| FTeidIE & | ip_address (const EIpAddress &val) |
| FTeidIE & | ip_address (const in_addr &val) |
| FTeidIE & | ip_address (const in6_addr &val) |
| FTeidIE & | ch (Bool ch) |
| FTeidIE & | choose_id (uint8_t val) |
| pfcp_fteid_ie_t & | data () |
Public Member Functions inherited from PFCP_R15::IEHeader | |
| uint16_t | type () const |
| IEHeader & | type (uint16_t type) |
| uint16_t | length () const |
| uint16_t | packedLength () const |
| Void | setLength () |
| Bool | present () const |
| pfcp_ie_header_t & | header () |
Public Member Functions inherited from PFCP_R15::LengthCalculator | |
| LengthCalculator (LengthCalculator *parent) | |
Protected Member Functions | |
| FTeidIE (pfcp_fteid_ie_t &ie, LengthCalculator *parent) | |
| uint16_t | calculateLength () |
Protected Member Functions inherited from PFCP_R15::IEHeader | |
| IEHeader (pfcp_ie_header_t &hdr, uint16_t type, LengthCalculator *parent) | |
Friends | |
| class | CreateTrafficEndpointIE |
| class | PdiIE |
| class | CreatedTrafficEndpointIE |
| class | CreatedPdrIE |
| class | UpdateTrafficEndpointIE |
| class | ErrorIndicationReportIE |
|
protected |
|
protectedvirtual |
Implements PFCP_R15::IEHeader.
| Bool PFCP_R15::FTeidIE::ch | ( | ) | const |
| FTeidIE& PFCP_R15::FTeidIE::ch | ( | Bool | ch | ) |
| Bool PFCP_R15::FTeidIE::chid | ( | ) | const |
| uint8_t PFCP_R15::FTeidIE::choose_id | ( | ) | const |
| FTeidIE& PFCP_R15::FTeidIE::choose_id | ( | uint8_t | val | ) |
| pfcp_fteid_ie_t& PFCP_R15::FTeidIE::data | ( | ) |
| FTeidIE& PFCP_R15::FTeidIE::ip_address | ( | const ESocket::Address & | val | ) |
| FTeidIE& PFCP_R15::FTeidIE::ip_address | ( | const EIpAddress & | val | ) |
| FTeidIE& PFCP_R15::FTeidIE::ip_address | ( | const in_addr & | val | ) |
| FTeidIE& PFCP_R15::FTeidIE::ip_address | ( | const in6_addr & | val | ) |
| const in_addr& PFCP_R15::FTeidIE::ipv4_address | ( | ) | const |
| const in6_addr& PFCP_R15::FTeidIE::ipv6_address | ( | ) | const |
| uint32_t PFCP_R15::FTeidIE::teid | ( | ) | const |
| FTeidIE& PFCP_R15::FTeidIE::teid | ( | uint32_t | val | ) |
| Bool PFCP_R15::FTeidIE::v4 | ( | ) | const |
| Bool PFCP_R15::FTeidIE::v6 | ( | ) | const |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
1.8.11