|
EpcTools
An event based multi-threaded C++ development framework.
|
#include <pfcpr15.h>
Public Member Functions | |
| Bool | v6 () const |
| Bool | v4 () const |
| Bool | di () const |
| Bool | ni () const |
| const in_addr & | ipv4_address () const |
| const in6_addr & | ipv6_address () const |
| uint16_t | len_of_dst_intfc_fld () const |
| DestinationInterfaceEnum | dst_intfc_value () const |
| uint16_t | len_of_ntwk_intfc_fld () const |
| const uint8_t * | ntwk_instc () const |
| RemoteGTPUPeerIE & | ip_address (const ESocket::Address &val) |
| RemoteGTPUPeerIE & | ip_address (const EIpAddress &val) |
| RemoteGTPUPeerIE & | ip_address (const in_addr &val) |
| RemoteGTPUPeerIE & | ip_address (const in6_addr &val) |
| RemoteGTPUPeerIE & | dst_intfc_fld (DestinationInterfaceEnum val) |
| RemoteGTPUPeerIE & | ntwk_instc (const uint8_t *val, uint16_t len) |
| pfcp_rmt_gtpu_peer_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 | |
| RemoteGTPUPeerIE (pfcp_rmt_gtpu_peer_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 | UserPlanePathFailureReportIE |
|
protected |
|
protectedvirtual |
Implements PFCP_R15::IEHeader.
| pfcp_rmt_gtpu_peer_ie_t& PFCP_R15::RemoteGTPUPeerIE::data | ( | ) |
| Bool PFCP_R15::RemoteGTPUPeerIE::di | ( | ) | const |
| RemoteGTPUPeerIE& PFCP_R15::RemoteGTPUPeerIE::dst_intfc_fld | ( | DestinationInterfaceEnum | val | ) |
| DestinationInterfaceEnum PFCP_R15::RemoteGTPUPeerIE::dst_intfc_value | ( | ) | const |
| RemoteGTPUPeerIE& PFCP_R15::RemoteGTPUPeerIE::ip_address | ( | const ESocket::Address & | val | ) |
| RemoteGTPUPeerIE& PFCP_R15::RemoteGTPUPeerIE::ip_address | ( | const EIpAddress & | val | ) |
| RemoteGTPUPeerIE& PFCP_R15::RemoteGTPUPeerIE::ip_address | ( | const in_addr & | val | ) |
| RemoteGTPUPeerIE& PFCP_R15::RemoteGTPUPeerIE::ip_address | ( | const in6_addr & | val | ) |
| const in_addr& PFCP_R15::RemoteGTPUPeerIE::ipv4_address | ( | ) | const |
| const in6_addr& PFCP_R15::RemoteGTPUPeerIE::ipv6_address | ( | ) | const |
| uint16_t PFCP_R15::RemoteGTPUPeerIE::len_of_dst_intfc_fld | ( | ) | const |
| uint16_t PFCP_R15::RemoteGTPUPeerIE::len_of_ntwk_intfc_fld | ( | ) | const |
| Bool PFCP_R15::RemoteGTPUPeerIE::ni | ( | ) | const |
| const uint8_t* PFCP_R15::RemoteGTPUPeerIE::ntwk_instc | ( | ) | const |
| RemoteGTPUPeerIE& PFCP_R15::RemoteGTPUPeerIE::ntwk_instc | ( | const uint8_t * | val, |
| uint16_t | len | ||
| ) |
| Bool PFCP_R15::RemoteGTPUPeerIE::v4 | ( | ) | const |
| Bool PFCP_R15::RemoteGTPUPeerIE::v6 | ( | ) | const |
|
friend |
1.8.11