repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
RIOT
RIOT-master/sys/net/crosslayer/netopt/netopt.c
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * @ingroup net_netopt * @file * @brief This file conta...
7,473
47.219355
73
c
RIOT
RIOT-master/sys/net/crosslayer/inet_csum/inet_csum.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file */ #include <inttypes.h> #include <stdio.h> #in...
1,691
23.521739
90
c
RIOT
RIOT-master/sys/net/gnrc/netapi/gnrc_netapi.c
/* * Copyright (C) 2015 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * @ingroup net_gnrc_netapi * @file * @brief This file contains a num...
4,182
28.251748
81
c
RIOT
RIOT-master/sys/net/gnrc/priority_pktqueue/priority_pktqueue.c
/* * Copyright (C) 2015 Daniel Krebs * 2016 INRIA * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_gnrc_priority_pktqueue * @{ * * @file * @brief ...
2,891
26.542857
89
c
RIOT
RIOT-master/sys/net/gnrc/tx_sync/gnrc_tx_sync.c
/* * Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @brief Implementation of the TX synchronization h...
885
20.095238
69
c
RIOT
RIOT-master/sys/net/gnrc/sock/gnrc_sock.c
/* * Copyright (C) 2016 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berli...
11,107
30.378531
88
c
RIOT
RIOT-master/sys/net/gnrc/sock/tcp/gnrc_sock_tcp.c
/* * Copyright (C) 2021 Simon Brummer <simon.brummer@posteo.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @brief GNRC implementation of @ref net_sock_tcp * ...
4,094
26.857143
86
c
RIOT
RIOT-master/sys/net/gnrc/sock/ip/gnrc_sock_ip.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @brief GNRC implementation of @ref net_so...
8,770
29.244828
86
c
RIOT
RIOT-master/sys/net/gnrc/sock/udp/gnrc_sock_udp.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @brief GNRC implementation of @ref net_so...
13,776
29.412804
95
c
RIOT
RIOT-master/sys/net/gnrc/sock/include/sock_types.h
/* * Copyright (C) 2016 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @defgroup net_gnrc_sock GNRC-specific implementation of the ...
4,077
26.369128
86
h
RIOT
RIOT-master/sys/net/gnrc/sock/include/gnrc_sock_internal.h
/* * Copyright (C) 2016 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_gnrc_sock * * @{ * * @file * @brief Inter...
4,141
23.508876
99
h
RIOT
RIOT-master/sys/net/gnrc/network_layer/sixlowpan/gnrc_sixlowpan.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file */ #include <assert.h> #include "sched.h" #incl...
14,457
30.430435
91
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/sixlowpan/ctx/gnrc_sixlowpan_ctx.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file */ #include <stdbool.h> #include <inttypes.h> #...
4,430
24.033898
88
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/sixlowpan/frag/gnrc_sixlowpan_frag.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * Copyright (C) 2015 Hamburg University of Applied Sciences * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ ...
11,969
33.2
92
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/sixlowpan/frag/minfwd/gnrc_sixlowpan_frag_minfwd.c
/* * Copyright (C) 2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <e...
3,985
31.406504
82
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/sixlowpan/frag/sfr/congure_quic.c
/* * Copyright (C) 2021 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include "k...
1,635
29.867925
81
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/sixlowpan/frag/sfr/congure_reno.c
/* * Copyright (C) 2021 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include "k...
2,484
27.238636
90
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/sixlowpan/frag/sfr/congure_sfr.c
/* * Copyright (C) 2021 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include "k...
3,336
27.767241
83
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/sixlowpan/frag/fb/gnrc_sixlowpan_frag_fb.c
/* * Copyright (C) 2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <s...
1,448
21.292308
73
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/sixlowpan/frag/vrb/gnrc_sixlowpan_frag_vrb.c
/* * Copyright (C) 2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include "n...
8,853
35.738589
93
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/sixlowpan/nd/gnrc_sixlowpan_nd.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file */ #include <string.h> #include "net/eui64.h" #...
2,643
30.105882
99
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ndp/gnrc_ndp.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
23,265
34.738863
96
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/icmpv6/gnrc_icmpv6.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for * more details. */ /** * @ingroup net_gnrc_icmpv6 * @{ * * @file * * @author ...
4,277
24.464286
81
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/icmpv6/echo/gnrc_icmpv6_echo.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file */ #include <inttypes.h> #include "net/gnrc.h" ...
6,348
26.846491
93
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/icmpv6/error/gnrc_icmpv6_error.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file */ #include <assert.h> #include "macros/utils.h...
10,753
32.81761
84
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/whitelist/gnrc_ipv6_whitelist.c
/* * Copyright (C) Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include <stri...
1,760
25.681818
70
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/whitelist/gnrc_ipv6_whitelist_print.c
/* * Copyright (C) Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include <stdi...
878
22.756757
88
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/static_addr/gnrc_ipv6_static_addr.c
/* * Copyright (C) 2022 ML!PA Consulting GmbH * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Benjamin Valentin <benjamin.valentin@ml-pa.com> */ #includ...
4,160
25.503185
91
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/nib/_nib-6ln.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
12,350
38.334395
92
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/nib/_nib-6lr.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include...
6,718
39.475904
80
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/nib/nib_abr.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include...
3,003
27.609524
80
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/nib/_nib-router.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
12,788
32.923077
89
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/nib/_nib-slaac.h
/* * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_gnrc_ipv6_nib * @brief * @{ * * @file * @brief Definions related...
2,403
27.282353
100
h
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/nib/nib_pl.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include...
5,382
30.664706
88
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/nib/_nib-router.h
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_gnrc_ipv6_nib * @internal * @{ * * @file * @brief Definitions re...
5,108
31.96129
82
h
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/nib/_nib-slaac.c
/* * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <k...
8,076
33.224576
93
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/nib/_nib-6ln.h
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_gnrc_ipv6_nib * @{ * * @file * @brief Definitions related to 6Lo ...
5,431
33.163522
80
h
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/nib/_nib-6lr.h
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_gnrc_ipv6_nib * @{ * * @file * @brief Definitions related to 6Lo ...
4,870
34.554745
81
h
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/nib/_nib-arsm.h
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_gnrc_ipv6_nib * @internal * @{ * * @file * @brief Definitions re...
9,295
34.346008
87
h
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/nib/nib_nc.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
4,875
29.475
81
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/nib/nib_ft.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
4,723
27.119048
81
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/nib/_nib-arsm.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
20,010
37.55684
95
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/blacklist/gnrc_ipv6_blacklist.c
/* * Copyright (C) Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Martin L...
1,822
26.208955
70
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/blacklist/gnrc_ipv6_blacklist_print.c
/* * Copyright (C) Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Martin L...
940
23.763158
88
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/hdr/gnrc_ipv6_hdr.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file */ #include "net/ipv6/addr.h" #include "net/gnrc...
2,089
23.880952
85
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/ext/gnrc_ipv6_ext.c
/* * Copyright (C) 2015 Cenk Gündoğan <cnkgndgn@gmail.com> * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author C...
13,005
33.226316
86
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/ext/rh/gnrc_ipv6_ext_rh.c
/* * Copyright (C) 2015 Cenk Gündoğan <cenk.guendogan@fu-berlin.de> * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * ...
3,220
26.29661
77
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/ext/opt/gnrc_ipv6_ext_opt.c
/* * Copyright (C) 2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
4,339
30.678832
79
c
RIOT
RIOT-master/sys/net/gnrc/network_layer/ipv6/ext/frag/gnrc_ipv6_ext_frag.c
/* * Copyright (C) 2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
24,307
31.804318
92
c
RIOT
RIOT-master/sys/net/gnrc/pktbuf/gnrc_pktbuf.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include "m...
2,936
23.889831
79
c
RIOT
RIOT-master/sys/net/gnrc/pktbuf/include/pktbuf_internal.h
/* * Copyright (C) 2014 Martine Lenders <mlenders@inf.fu-berlin.de> * 2015 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_g...
2,325
24.010753
79
h
RIOT
RIOT-master/sys/net/gnrc/application_layer/dhcpv6/client.c
/* * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
3,859
30.382114
89
c
RIOT
RIOT-master/sys/net/gnrc/application_layer/dhcpv6/client_simple_pd.c
/* * Copyright (C) 2018-20 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine S. Lenders <m.lenders@fu-berlin.de> */ #incl...
4,998
29.858025
83
c
RIOT
RIOT-master/sys/net/gnrc/application_layer/uhcpc/gnrc_uhcpc.c
/* * Copyright (C) 2016 Kaspar Schleiser <kaspar@schleiser.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ #include <kernel_defines.h> #include "net/gnrc/ipv6/nib.h" #include "net/gnr...
3,665
30.333333
81
c
RIOT
RIOT-master/sys/net/gnrc/netif/_netif.c
/* * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * Implements @ref net_netif for @ref net_gnrc * * @file * @author Martine...
1,525
23.222222
73
c
RIOT
RIOT-master/sys/net/gnrc/netif/gnrc_netif_raw.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include "n...
3,566
26.229008
80
c
RIOT
RIOT-master/sys/net/gnrc/netif/gnrc_netif_device_type.c
/* * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @brief Functions that are based around a network interface's dev...
7,605
31.365957
81
c
RIOT
RIOT-master/sys/net/gnrc/netif/ieee802154/gnrc_netif_ieee802154.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include "n...
14,996
35.757353
94
c
RIOT
RIOT-master/sys/net/gnrc/netif/hdr/gnrc_netif_hdr_print.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file */ #include <stdio.h> #include <inttypes.h> #in...
1,983
26.178082
97
c
RIOT
RIOT-master/sys/net/gnrc/netif/hdr/gnrc_netif_hdr.c
/* * Copyright (C) 2015 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include...
2,239
24.747126
87
c
RIOT
RIOT-master/sys/net/gnrc/netif/lorawan/gnrc_netif_lorawan.c
/* * Copyright (C) 2018 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Jose Ignacio Alamos <jose.alamos@haw-hamburg.de> */ #include <assert...
21,519
32.889764
104
c
RIOT
RIOT-master/sys/net/gnrc/netif/pktq/gnrc_netif_pktq.c
/* * Copyright (C) 2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
2,979
25.140351
81
c
RIOT
RIOT-master/sys/net/gnrc/netif/ethernet/gnrc_netif_ethernet.c
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @auth...
8,576
28.78125
100
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_slipdev.c
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Aut...
1,459
23.745763
80
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_tinyusb_netdev.c
/* * Copyright (C) 2019 Koen Zandberg * 2022 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * ...
1,578
24.467742
73
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_stm32_eth.c
/** * @ingroup sys_auto_init_gnrc_netif * @{ * * @brief Auto initzialize stm32 ethernet driver * * @author Robin Lösch <robin@chilio.net> */ #include "stm32_eth.h" #include "net/gnrc/netif/ethernet.h" #include "include/init_devs.h" static netdev_t stm32eth; static char stack[GNRC_NETIF_STACKSIZE...
671
23.888889
104
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_cc110x.c
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * 2016 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_aut...
1,885
26.333333
94
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_dose.c
/* * Copyright (C) 2019 Juergen Fitschen <me@jue.yt> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Auto initiali...
1,396
24.87037
88
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_xbee.c
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * 2016 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_aut...
1,602
25.278689
88
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_socket_zep.c
/* * Copyright (C) 2016 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Auto initializati...
1,978
30.412698
90
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_at86rf2xx.c
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /* * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Auto...
2,319
29.933333
72
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_esp_eth.c
/* * Copyright (C) 2019 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_esp32_esp_eth * @{ * * @file * @brief GNRC network interface part f...
1,111
25.47619
88
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_sam0_eth.c
/* * Copyright (C) 2020 Mesotic SAS * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @brief Auto initialize sam0 ethernet driv...
987
23.097561
76
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_atwinc15x0.c
/* * Copyright (C) 2020 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Auto initialization...
1,813
23.186667
72
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_encx24j600.c
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Aut...
1,838
24.901408
94
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_cc2420.c
/* * Copyright (C) 2016 Freie Universität Berlin * 2016 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /* * @ingroup sys_auto_init_gnrc_netif * @{ * * @fil...
1,738
24.955224
89
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_nrf24l01p_ng.c
/* * Copyright (C) 2019 OvGU Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Auto initializatio...
2,639
28.333333
79
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_usbus_cdc_ecm.c
/* * Copyright (C) 2019 Koen Zandberg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Auto initialization for USB ...
1,421
23.517241
80
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_cc2538_rf.c
/* * Copyright (C) 2016 MUTEX NZ Ltd * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /* * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Auto initialization for the cc...
1,455
25.472727
69
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_w5100.c
/* * Copyright (C) 2016 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Auto init...
1,556
22.590909
90
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_nrf802154.c
/* * Copyright (C) 2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /* * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Auto initializatio...
2,151
27.693333
76
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_enc28j60.c
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * 2015 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_aut...
1,779
24.428571
80
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/init.c
/** * Auto initialization for network devices * * Copyright (C) 2020 Freie Universität Berlin * 2020 Kaspar Schleiser <kaspar@schleiser.de> * 2013 INRIA. * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the...
4,633
24.60221
83
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_kw2xrf.c
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * Copyright (C) 2016 PHYTEC Messtechnik GmbH * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /* * @ingroup sys_auto_init...
2,270
29.689189
89
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_at86rf215.c
/* * Copyright (C) 2019 ML!PA Consulting GmbH * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /* * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Auto initialization f...
3,259
27.849558
99
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_kw41zrf.c
/* * Copyright (C) 2017 SKF AB * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Auto initialization for kw41zrf net...
2,334
28.935897
93
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_ethos.c
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Aut...
1,668
23.910448
89
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_netdev_tap.c
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Aut...
1,475
26.849057
90
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_sx127x.c
/* * Copyright (C) 2017 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Auto initialization for SX12...
2,172
26.858974
77
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/auto_init_sx126x.c
/* * Copyright (C) 2021 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief Auto initialization for SX12...
2,047
27.054795
77
c
RIOT
RIOT-master/sys/net/gnrc/netif/init_devs/include/init_devs.h
/* * Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_auto_init_gnrc_netif * @{ * * @file * @brief ...
1,942
24.233766
83
h
RIOT
RIOT-master/sys/net/gnrc/pkt/gnrc_pkt.c
/* * Copyright (C) 2016 Freie Universität Berlin * 2017 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <mlende...
653
20.8
69
c
RIOT
RIOT-master/sys/net/gnrc/routing/rpl/gnrc_rpl_validation.c
/* * Copyright (C) 2016 Cenk Gündoğan <cenk.guendogan@haw-hamburg.de> * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for more * details. */ /** * @{ * * @file * * @author Cenk Gündoğan <cenk.guendogan@haw...
3,856
28.899225
93
c
RIOT
RIOT-master/sys/net/gnrc/routing/rpl/gnrc_rpl_of_manager.c
/* * RPL dodag implementation * * Copyright (C) 2014 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * * @ingroup net_gnrc_rpl * @{ * @file * @brief RPL Objec...
1,315
23.830189
74
c
RIOT
RIOT-master/sys/net/gnrc/routing/rpl/gnrc_rpl_dodag.c
/** * Copyright (C) 2018 HAW Hamburg * Copyright (C) 2015–2017 Cenk Gündoğan <cenk.guendogan@haw-hamburg.de> * Copyright (C) 2013–2014 INRIA. * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more de...
14,628
32.022573
130
c
RIOT
RIOT-master/sys/net/gnrc/routing/rpl/gnrc_rpl.c
/* * Copyright (C) 2018 HAW Hamburg * Copyright (C) 2015–2017 Cenk Gündoğan <cenk.guendogan@haw-hamburg.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file *...
14,241
31.441913
96
c
RIOT
RIOT-master/sys/net/gnrc/routing/rpl/of0.c
/* * Copyright (C) 2014 Oliver Hahm <oliver.hahm@inria.fr> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_gnrc_rpl * @{ * @file * @brief Objective Functio...
2,118
21.072917
77
c
RIOT
RIOT-master/sys/net/gnrc/routing/rpl/gnrc_rpl_auto_init.c
/* * Copyright (C) 2016 Cenk Gündoğan <cenk.guendogan@haw-hamburg.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /* * @ingroup net_gnrc_rpl * @{ * * @file * @brief Auto init...
2,229
31.318841
94
c
RIOT
RIOT-master/sys/net/gnrc/routing/rpl/p2p/gnrc_rpl_p2p_dodag.c
/** * Copyright (C) 2016 Cenk Gündoğan <cenk.guendogan@haw-hamburg.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Cenk Gündoğan <cenk.guendogan@h...
1,744
26.265625
84
c
RIOT
RIOT-master/sys/net/gnrc/routing/rpl/p2p/gnrc_rpl_p2p.c
/* * Copyright (C) 2016 Cenk Gündoğan <cenk.guendogan@haw-hamburg.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * * @author Cenk Gündoğan <cenk.guendogan@haw...
14,479
35.473552
101
c