dns.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2019 Freie Universität Berlin
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
20 #ifndef NET_DNS_H
21 #define NET_DNS_H
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
31 #define RR_TYPE_LENGTH (2U)
32 #define RR_CLASS_LENGTH (2U)
33 #define RR_TTL_LENGTH (4U)
34 #define RR_RDLENGTH_LENGTH (2U)
35 
37 #ifdef __cplusplus
38 }
39 #endif
40 
41 #endif /* NET_DNS_H */
42