xref: /aosp_15_r20/external/ltp/include/lapi/udp.h (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard Worker // SPDX-License-Identifier: GPL-2.0-or-later
2*49cdfc7eSAndroid Build Coastguard Worker /*
3*49cdfc7eSAndroid Build Coastguard Worker  * Copyright (c) 2018 Oracle and/or its affiliates.
4*49cdfc7eSAndroid Build Coastguard Worker  */
5*49cdfc7eSAndroid Build Coastguard Worker 
6*49cdfc7eSAndroid Build Coastguard Worker #ifndef LAPI_UDP_H__
7*49cdfc7eSAndroid Build Coastguard Worker #define LAPI_UDP_H__
8*49cdfc7eSAndroid Build Coastguard Worker 
9*49cdfc7eSAndroid Build Coastguard Worker #include <netinet/udp.h>
10*49cdfc7eSAndroid Build Coastguard Worker 
11*49cdfc7eSAndroid Build Coastguard Worker #ifndef UDPLITE_SEND_CSCOV
12*49cdfc7eSAndroid Build Coastguard Worker # define UDPLITE_SEND_CSCOV   10 /* sender partial coverage (as sent) */
13*49cdfc7eSAndroid Build Coastguard Worker #endif
14*49cdfc7eSAndroid Build Coastguard Worker #ifndef UDPLITE_RECV_CSCOV
15*49cdfc7eSAndroid Build Coastguard Worker # define UDPLITE_RECV_CSCOV   11 /* receiver partial coverage (threshold ) */
16*49cdfc7eSAndroid Build Coastguard Worker #endif
17*49cdfc7eSAndroid Build Coastguard Worker 
18*49cdfc7eSAndroid Build Coastguard Worker #endif	/* LAPI_UDP_H__ */
19