API Reference Manual 1.51.0
Loading...
Searching...
No Matches
spec/protocols.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright (c) 2020 Marvell
3 */
4
11#ifndef ODP_API_SPEC_PROTOCOLS_H_
12#define ODP_API_SPEC_PROTOCOLS_H_
13#include <odp/visibility_begin.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
26#define ODP_IPV4_ADDR_SIZE 4
27
29#define ODP_IPV6_ADDR_SIZE 16
30
35#ifdef __cplusplus
36}
37#endif
38
39#include <odp/visibility_end.h>
40#endif