Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_gtp.h - Man Page

Synopsis

#include <stdint.h>
#include <rte_byteorder.h>

Data Structures

struct rte_gtp_hdr
struct rte_gtp_psc_generic_hdr
struct rte_gtp_psc_type0_hdr
struct rte_gtp_psc_type1_hdr

Macros

#define RTE_ETHER_GTP_HLEN   (sizeof(struct rte_udp_hdr) + sizeof(struct rte_gtp_hdr))
#define RTE_GTP_TYPE_IPV4   0x40
#define RTE_GTP_TYPE_IPV6   0x60
#define RTE_GTPC_UDP_PORT   2123
#define RTE_GTPU_UDP_PORT   2152

Detailed Description

GTP-related defines

Definition in file rte_gtp.h.

Macro Definition Documentation

#define RTE_ETHER_GTP_HLEN   (sizeof(struct rte_udp_hdr) + sizeof(struct rte_gtp_hdr))

GTP header length

Definition at line 144 of file rte_gtp.h.

#define RTE_GTP_TYPE_IPV4   0x40

GTP next protocol type IPv4

Definition at line 147 of file rte_gtp.h.

#define RTE_GTP_TYPE_IPV6   0x60

GTP next protocol type IPv6

Definition at line 148 of file rte_gtp.h.

#define RTE_GTPC_UDP_PORT   2123

GTP-C UDP destination port

Definition at line 150 of file rte_gtp.h.

#define RTE_GTPU_UDP_PORT   2152

GTP-U UDP destination port

Definition at line 151 of file rte_gtp.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Referenced By

The man pages RTE_ETHER_GTP_HLEN(3), RTE_GTPC_UDP_PORT(3), RTE_GTP_TYPE_IPV4(3), RTE_GTP_TYPE_IPV6(3) and RTE_GTPU_UDP_PORT(3) are aliases of rte_gtp.h(3).

Version 23.11.0 DPDK