xref: /third_party/ltp/include/lapi/if_ether.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/include/lapi/
1f08c3bdfSopenharmony_ci// SPDX-License-Identifier: GPL-2.0-or-later
2f08c3bdfSopenharmony_ci/*
3f08c3bdfSopenharmony_ci * Copyright (c) 2020 SUSE LLC <mdoucha@suse.cz>
4f08c3bdfSopenharmony_ci */
5f08c3bdfSopenharmony_ci
6f08c3bdfSopenharmony_ci#ifndef LAPI_IF_ETHER_H__
7f08c3bdfSopenharmony_ci#define LAPI_IF_ETHER_H__
8f08c3bdfSopenharmony_ci
9f08c3bdfSopenharmony_ci#include "config.h"
10f08c3bdfSopenharmony_ci
11f08c3bdfSopenharmony_ci#ifdef HAVE_LINUX_IF_ETHER_H
12f08c3bdfSopenharmony_ci# include <linux/if_ether.h>
13f08c3bdfSopenharmony_ci#endif
14f08c3bdfSopenharmony_ci
15f08c3bdfSopenharmony_ci#ifndef ETH_P_ALL
16f08c3bdfSopenharmony_ci# define ETH_P_ALL 0x0003
17f08c3bdfSopenharmony_ci#endif
18f08c3bdfSopenharmony_ci
19f08c3bdfSopenharmony_ci#endif /* LAPI_IF_ETHER_H__ */
20

Indexes created Thu Nov 07 10:32:03 CST 2024