arp.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2018 Freie Universität Berlin
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
31 #define ARP_HWTYPE_ETHERNET (1U)
32 #define ARP_HWTYPE_SERIAL (20U)
33 #define ARP_HWTYPE_EUI64 (27U)
36 #ifdef __cplusplus
37 }
38 #endif
39