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/include/net/icmp.h
/* * Copyright (C) 2015 José Ignacio Alamos <jialamos@uc.cl> * * 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_icmp ICMPV4 * @ingroup net_ipv4 * @brief P...
1,219
22.018868
69
h
RIOT
RIOT-master/sys/include/net/ethernet.h
/* * 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. */ /** * @defgroup net_ethernet Ethernet * @ingroup net * @brief ...
1,407
23.701754
82
h
RIOT
RIOT-master/sys/include/net/udp.h
/* * 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. */ /** * @defgroup net_udp UDP * @ingroup net * @brief Prov...
1,250
21.745455
81
h
RIOT
RIOT-master/sys/include/net/sixlowpan.h
/* * 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. */ /** * @defgroup net_sixlowpan 6LoWPAN * @ingroup net * @brie...
9,994
27.721264
98
h
RIOT
RIOT-master/sys/include/net/someip.h
/* * Copyright (C) 2020 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. */ /** * @defgroup net_someip SOME/IP * @ingroup net * @brief Provides SOME/IP header and f...
1,716
22.202703
78
h
RIOT
RIOT-master/sys/include/net/utils.h
/* * Copyright (C) 2021 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. */ /** * @defgroup net_utils Network helper functions * @ingroup net * @brief C...
1,738
24.955224
80
h
RIOT
RIOT-master/sys/include/net/ieee802154.h
/* * Copyright (C) 2015-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. */ /** * @defgroup net_ieee802154_header IEEE 802.15.4 frame headers and definitions ...
21,486
31.118087
99
h
RIOT
RIOT-master/sys/include/net/fib.h
/* * Copyright (C) 2014 Martin Landsmann <Martin.Landsmann@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. */ /** * @defgroup net_fib Forwarding Information Base (FIB) *...
20,264
38.046243
99
h
RIOT
RIOT-master/sys/include/net/nanocoap_vfs.h
/* * 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. */ /** * @ingroup net_nanosock * @brief VFS NanoCoAP helper functions * * @{ * * ...
2,601
27.911111
79
h
RIOT
RIOT-master/sys/include/net/asymcute.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. */ /** * @defgroup net_asymcute MQTT-SN Client (Asymcute) * @ingroup net * @brief ...
20,074
33.671848
90
h
RIOT
RIOT-master/sys/include/net/telnet.h
/* * Copyright (C) 2021 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. */ /** * @defgroup net_telnet_stdio STDIO over telnet * @ingroup sys_stdio * @brief ...
3,285
25.5
96
h
RIOT
RIOT-master/sys/include/net/tcp.h
/* * Copyright (C) 2015-2017 Simon Brummer * * 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_tcp TCP * @ingroup net * @brief Provides TCP header and helpe...
2,492
26.097826
93
h
RIOT
RIOT-master/sys/include/net/dtls.h
/* * Copyright (C) 2019 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. */ /** * @defgroup net_dtls DTLS * @ingroup net * @brief DTLS support in RIOT * @see ...
1,347
20.741935
69
h
RIOT
RIOT-master/sys/include/net/csma_sender.h
/* * Copyright (C) 2015 INRIA * 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. */ /** * @defgroup net_csma_sender CSMA/CA helper * @ingroup...
4,647
30.405405
78
h
RIOT
RIOT-master/sys/include/net/protnum.h
/* * 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. */ /** * @defgroup net_protnum Protocol Numbers * @ingroup net *...
12,179
64.483871
98
h
RIOT
RIOT-master/sys/include/net/eddystone.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. */ /** * @defgroup net_eddystone Eddystone * @ingroup net * @brief General val...
1,502
22.484375
81
h
RIOT
RIOT-master/sys/include/net/dhcpv6.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. */ /** * @defgroup net_dhcpv6 Dynamic Host Configuration Protocol for IPv6 (DHCPv6) * @in...
4,086
34.850877
84
h
RIOT
RIOT-master/sys/include/net/mqttsn.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. */ /** * @defgroup net_mqttsn MQTT-SN Defines * @ingroup net * @brief Shared d...
4,308
36.469565
84
h
RIOT
RIOT-master/sys/include/net/arp.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. */ /** * @defgroup net_arp Address resolution protocol (ARP) * @ingroup net_ipv4 ...
987
20.955556
105
h
RIOT
RIOT-master/sys/include/net/lora.h
/* * 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. */ /** * @defgroup net_lora LoRa modulation * @ingroup net * @brief LoRa modulation header defini...
10,670
36.181185
113
h
RIOT
RIOT-master/sys/include/net/netif.h
/* * Copyright (C) 2016 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. */ /** * @defgroup net_netif ...
7,923
28.348148
94
h
RIOT
RIOT-master/sys/include/net/nanocoap_sock.h
/* * Copyright (C) 2017 Kaspar Schleiser <kaspar@schleiser.de> * 2018 Inria * 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. */ /*...
23,247
36.376206
97
h
RIOT
RIOT-master/sys/include/net/sntp.h
/* * Copyright (C) 2016 Luminița Lăzărescu <cluminita.lazarescu@gmail.com> * 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. */ /** * @defgroup ...
1,661
22.408451
96
h
RIOT
RIOT-master/sys/include/net/inet_csum.h
/* * 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. */ /** * @defgroup net_inet_csum Internet Checksum * @ingroup n...
2,553
30.146341
91
h
RIOT
RIOT-master/sys/include/net/ipv6.h
/* * 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. */ /** * @defgroup net_ipv6 IPv6 * @ingroup net * @brief ...
1,003
20.826087
80
h
RIOT
RIOT-master/sys/include/net/emcute.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. */ /** * @defgroup net_emcute MQTT-SN Client (emCute) * @ingroup net * @brief ...
14,522
35.860406
92
h
RIOT
RIOT-master/sys/include/net/netstats/neighbor.h
/* * Copyright (C) 2017 Koen Zandberg <koen@bergzand.net> * * 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_netstats * @brief Records statistics about link lay...
5,166
25.634021
100
h
RIOT
RIOT-master/sys/include/net/sock/dns.h
/* * Copyright (C) 2017 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. */ /** * @defgroup net_sock_dns DNS sock API * @ingroup net_sock * ...
3,089
24.966387
87
h
RIOT
RIOT-master/sys/include/net/sock/dodtls.h
/* * 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. */ /** * @defgroup net_sock_dodtls DNS over DTLS sock API * @ingroup net_sock * ...
4,845
31.743243
97
h
RIOT
RIOT-master/sys/include/net/sock/util.h
/* * Copyright (C) 2017 Kaspar Schleiser <kaspar@schleiser.de> * 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. */ /** * @defgroup net_sock_u...
10,461
29.063218
85
h
RIOT
RIOT-master/sys/include/net/sock/tcp.h
/* * Copyright (C) 2016 Alexander Aring <aar@pengutronix.de> * Freie Universität Berlin * HAW Hamburg * 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 fil...
19,514
34.353261
86
h
RIOT
RIOT-master/sys/include/net/sock/async.h
/* * 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. */ /** * @defgroup net_sock_async Sock extension for asynchronous access * @ingroup ...
7,646
30.8625
83
h
RIOT
RIOT-master/sys/include/net/sock/async/event.h
/* * 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. */ /** * @defgroup net_sock_async_event Asynchronous sock with event API * @ingrou...
9,528
34.55597
80
h
RIOT
RIOT-master/sys/include/net/sock/async/types.h
/* * Copyright (C) 2019-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. */ /** * @addtogroup net_sock_async Sock extension for asynchronous access * * @{ ...
6,364
34.165746
94
h
RIOT
RIOT-master/sys/include/net/sock/dtls/creds.h
/* * Copyright (C) 2021 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. */ /** * @defgroup net_sock_dtls_creds DTLS sock credentials API * @ingroup net_sock_dtls * @b...
4,615
29.169935
98
h
RIOT
RIOT-master/sys/include/net/ieee802154/submac.h
/* * Copyright (C) 2020 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. */ /** * @defgroup net_ieee802154_submac IEEE802.15.4 SubMAC layer * @ingroup net_ieee802154 * ...
20,932
33.772425
99
h
RIOT
RIOT-master/sys/include/net/nanocoap/cache.h
/* * Copyright (C) 2020 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. */ /** * @defgroup net_nanocoap_cache nanoCoAP-Cache implementation * @ingroup net_nanocoap * @br...
7,481
28.456693
115
h
RIOT
RIOT-master/sys/include/net/nanocoap/link_format.h
/* * 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. */ /** * @ingroup net_nanosock * @brief NanoCoAP Link Format helper functions * * @...
1,993
26.315068
94
h
RIOT
RIOT-master/sys/include/net/ipv4/addr.h
/* * 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. */ /** * @defgroup net_ipv4_addr IPv4 addresses * @ingroup net_i...
3,662
26.335821
82
h
RIOT
RIOT-master/sys/include/net/ipv4/hdr.h
/* * Copyright (C) 2015 José Ignacio Alamos <jialamos@uc.cl> * * 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_ipv4_hdr IPv4 header * @ingroup net_ipv4 * @br...
5,956
29.548718
108
h
RIOT
RIOT-master/sys/include/net/dns/msg.h
/* * 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. */ /** * @defgroup net_dns_msg DNS message parser and composer * @ingroup net_dns * ...
3,772
29.92623
84
h
RIOT
RIOT-master/sys/include/net/dns/cache.h
/* * 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. */ /** * @defgroup net_dns_cache DNS cache * @ingroup net_dns * * @brief DNS c...
2,775
23.785714
90
h
RIOT
RIOT-master/sys/include/net/rpl/rpl_netstats.h
/* * Copyright (C) 2016 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. */ /** * @defgroup net_netstats_rpl Packet statistics for RPL * @ingroup net_netstats * @brief ...
1,685
26.639344
74
h
RIOT
RIOT-master/sys/include/net/gnrc/ndp.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. */ /** * @defgroup net_gnrc_ndp IPv6 neighbor discovery (v2) * @ingroup net_gnrc_ip...
18,516
43.088095
84
h
RIOT
RIOT-master/sys/include/net/gnrc/icmpv6.h
/* * 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. */ /** * @defgroup net_gnrc_icmpv6 ICMPv6 * @ingroup net_gnrc_ipv...
2,309
25.860465
97
h
RIOT
RIOT-master/sys/include/net/gnrc/pktbuf.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. */ /** * @defgroup net_g...
11,435
34.962264
94
h
RIOT
RIOT-master/sys/include/net/gnrc/pktqueue.h
/* * Copyright (C) 2014, 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. */ /** * @defgroup net_gnrc_pktqueue Packet queue * @ingroup ...
1,918
20.087912
99
h
RIOT
RIOT-master/sys/include/net/gnrc/neterr.h
/* * 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. */ /** * @defgroup net_gnrc_neterr Error reporting * @ingroup net_...
2,092
21.505376
93
h
RIOT
RIOT-master/sys/include/net/gnrc/netapi.h
/* * 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. */ /** * @defgroup net_gnrc_netapi GNRC communication interface * @ingroup net_gnrc...
10,402
37.246324
99
h
RIOT
RIOT-master/sys/include/net/gnrc/udp.h
/* * 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. */ /** * @defgroup net_gnrc_udp UDP * @ingroup net_gnrc * @brief GNRC's implem...
2,919
24.172414
80
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan.h
/* * 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. */ /** * @defgroup net_gnrc_sixlowpan 6LoWPAN * @ingroup net_gn...
8,326
47.695906
100
h
RIOT
RIOT-master/sys/include/net/gnrc/priority_pktqueue.h
/* * 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. */ /** * @defgroup net_gnrc_priority_pktqueue Priority packet queue for GN...
3,907
26.914286
88
h
RIOT
RIOT-master/sys/include/net/gnrc/pktdump.h
/* * 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. */ /** * @defgroup net_gnrc_pktdump Dump Network Packets * @ingroup net_gnrc * @brie...
2,020
21.707865
82
h
RIOT
RIOT-master/sys/include/net/gnrc/pkt.h
/* * Copyright (C) 2014, 2015 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. */ /** * @defgr...
9,473
30.89899
93
h
RIOT
RIOT-master/sys/include/net/gnrc/tcp.h
/* * Copyright (C) 2015-2017 Simon Brummer * * 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_tcp TCP * @ingroup net_gnrc * @brief RIOT's TCP implemen...
13,819
35.755319
98
h
RIOT
RIOT-master/sys/include/net/gnrc/nettype.h
/* * 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. */ /** * @defgroup net_gnrc_nettype gnrc_nettype: Protocol type * @in...
8,402
27.388514
104
h
RIOT
RIOT-master/sys/include/net/gnrc/lorawan.h
/* * Copyright (C) 2017 Fundación Inria Chile * Copyright (C) 2019 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. */ /** * @defgroup net_gnrc_lorawan GNRC LoRaWAN * @ingrou...
10,402
29.153623
104
h
RIOT
RIOT-master/sys/include/net/gnrc/rpl.h
/* * Copyright (C) 2013 - 2014 INRIA. * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * Copyright (C) 2015 - 2018 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 le...
24,612
31.131854
101
h
RIOT
RIOT-master/sys/include/net/gnrc/netreg.h
/* * 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. */ /** * @defgroup net_gnrc_netreg Network protocol registry * @ingro...
15,262
33.688636
85
h
RIOT
RIOT-master/sys/include/net/gnrc/tx_sync.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. */ /** * @defgroup net_gnrc_tx_sync Helpers for synchronizing with trans...
3,927
27.057143
86
h
RIOT
RIOT-master/sys/include/net/gnrc/ipv6.h
/* * 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. */ /** * @defgroup net_gnrc_ipv6 IPv6 * @ingroup net_gnrc * @brie...
8,234
33.3125
83
h
RIOT
RIOT-master/sys/include/net/gnrc/lwmac/hdr.h
/* * 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_lwmac * @{ * * @file * @brief Header...
2,883
23.862069
90
h
RIOT
RIOT-master/sys/include/net/gnrc/lwmac/timeout.h
/* * 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_lwmac * @{ * * @file * @brief Timeou...
2,775
25.951456
88
h
RIOT
RIOT-master/sys/include/net/gnrc/lwmac/types.h
/* * 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_lwmac * @{ * * @file * @brief Defini...
7,708
33.882353
113
h
RIOT
RIOT-master/sys/include/net/gnrc/lwmac/lwmac.h
/* * 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. */ /** * @defgroup net_gnrc_lwmac LWMAC * @ingroup net_gnrc * @brief...
16,029
44.282486
93
h
RIOT
RIOT-master/sys/include/net/gnrc/gomach/hdr.h
/* * 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 net_gnrc_gomach * @{ * * @file * @brief Header definition of GoMacH * @internal...
3,741
25.167832
80
h
RIOT
RIOT-master/sys/include/net/gnrc/gomach/timeout.h
/* * 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 net_gnrc_gomach * @{ * * @file * @brief Timeout handling of GoMacH. * @internal...
2,624
24.990099
90
h
RIOT
RIOT-master/sys/include/net/gnrc/gomach/types.h
/* * Copyright (C) 2017 Shuguo Zhuo * * 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_gomach * @{ * * @file * @brief Internal used types of GoMacH * @...
13,355
41.4
97
h
RIOT
RIOT-master/sys/include/net/gnrc/gomach/gomach.h
/* * 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. */ /** * @defgroup net_gnrc_gomach GoMacH * @ingroup net_gnrc * @brief A traffic-adaptive multi-c...
15,487
40.082228
93
h
RIOT
RIOT-master/sys/include/net/gnrc/netif/pktq.h
/* * Copyright (C) 2019-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. */ /** * @defgroup net_gnrc_netif_pktq Send queue for @ref net_gnrc_netif * @ingroup ...
3,676
24.184932
77
h
RIOT
RIOT-master/sys/include/net/gnrc/netif/hdr.h
/* * 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. */ /** * @defgroup net_gnrc_netif_hdr Generic network interface header * @ingroup net...
15,525
33.579065
97
h
RIOT
RIOT-master/sys/include/net/gnrc/netif/conf.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. */ /** * @defgroup net_gnrc_netif_conf GNRC network interface configurations * @ingroup ...
6,467
29.224299
97
h
RIOT
RIOT-master/sys/include/net/gnrc/netif/dedup.h
/* * 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. */ /** * @defgroup net_gnrc_netif_dedup Link-layer Broadcast deduplication * @ingroup ...
1,307
23.679245
84
h
RIOT
RIOT-master/sys/include/net/gnrc/netif/lorawan_base.h
/* * Copyright (C) 2019 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. */ /** * @ingroup net_gnrc_netif * @{ * * @file * @brief LoRaWAN base @ref net_gnrc_netif header * ...
1,279
24.098039
78
h
RIOT
RIOT-master/sys/include/net/gnrc/netif/ethernet.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_netif * @{ * * @file * @brief Ethernet adaption for @ref net...
1,286
24.235294
79
h
RIOT
RIOT-master/sys/include/net/gnrc/netif/ieee802154.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_netif * @{ * * @file * @brief IEEE 802.15.4 adaption for @re...
1,308
24.666667
81
h
RIOT
RIOT-master/sys/include/net/gnrc/netif/6lo.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_netif * @{ * * @file * @brief 6LoWPAN definitions for @ref n...
2,124
26.597403
79
h
RIOT
RIOT-master/sys/include/net/gnrc/netif/mac.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_netif * @{ * * @file * @brief @ref net_gnrc_mac definitions ...
3,062
25.634783
97
h
RIOT
RIOT-master/sys/include/net/gnrc/netif/raw.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_netif * @{ * * @file * @brief Raw (i.e. raw IP packets witho...
1,314
24.288462
79
h
RIOT
RIOT-master/sys/include/net/gnrc/netif/flags.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_netif * @{ * * @file * @brief Flag definitions for @ref net_...
4,744
29.416667
95
h
RIOT
RIOT-master/sys/include/net/gnrc/netif/ipv6.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_netif * @{ * * @file * @brief IPv6 definitions for @ref net_...
8,416
30.642857
91
h
RIOT
RIOT-master/sys/include/net/gnrc/netif/pktq/type.h
/* * Copyright (C) 2019-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. */ /** * @addtogroup net_gnrc_netif_pktq * @brief * @{ * * @file * @brief @ref net...
1,294
24.392157
92
h
RIOT
RIOT-master/sys/include/net/gnrc/mac/timeout.h
/* * Copyright (C) 2015 Daniel Krebs * 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 net_gnrc_mac * @{ * * @file * @brief Timeout ...
4,726
30.513333
96
h
RIOT
RIOT-master/sys/include/net/gnrc/mac/internal.h
/* * 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_mac * @{ * * @file * @brief Definiti...
4,801
31.890411
100
h
RIOT
RIOT-master/sys/include/net/gnrc/mac/types.h
/* * 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_mac * @{ * * @file * @brief Internal...
10,414
41.165992
133
h
RIOT
RIOT-master/sys/include/net/gnrc/mac/mac.h
/* * 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. */ /** * @defgroup net_gnrc_mac Common MAC module * @ingroup net_gnrc...
3,389
25.27907
86
h
RIOT
RIOT-master/sys/include/net/gnrc/rpl/srh.h
/* * 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. */ /** * @defgroup net_gnrc_rpl_srh RPL source routing header extension...
2,472
30.705128
79
h
RIOT
RIOT-master/sys/include/net/gnrc/rpl/p2p_structs.h
/* * 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_p2p * @{ * * @file * @brief P2P...
3,869
35.168224
95
h
RIOT
RIOT-master/sys/include/net/gnrc/rpl/p2p.h
/* * Copyright (C) 2016 Cenk Gündoğan <mail@cgundogan.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_rpl_p2p Reactive Discovery of P2P Routes in LLNs * @...
5,240
27.955801
94
h
RIOT
RIOT-master/sys/include/net/gnrc/rpl/dodag.h
/* * Copyright (C) 2013 INRIA. * Copyright (C) 2015 Cenk Gündoğan <cnkgndgn@gmail.com> * * 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 * @...
4,937
25.406417
92
h
RIOT
RIOT-master/sys/include/net/gnrc/rpl/p2p_dodag.h
/* * Copyright (C) 2016 Cenk Gündoğan <mail@cgundogan.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_p2p * @{ * * @file * @brief DODAG-related f...
1,720
21.946667
83
h
RIOT
RIOT-master/sys/include/net/gnrc/rpl/structs.h
/* * Copyright (C) 2017 HAW Hamburg * Copyright (C) 2015–2018 Cenk Gündoğan <cenk.guendogan@haw-hamburg.de> * Copyright (C) 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 top level * directory for more det...
14,424
36.76178
104
h
RIOT
RIOT-master/sys/include/net/gnrc/dhcpv6/client/simple_pd.h
/* * 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. */ /** * @defgroup net_dhcpv6_client_simple_pd gnrc_dhcpv6_client_simple_pd: DHCPv6 cl...
2,689
27.020833
95
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan/frag.h
/* * 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. */ /** * @def...
2,241
28.5
77
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan/config.h
/* * 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. */ /** * @defgroup net_gnrc_sixlowpan_config GNRC 6LoWPAN compile configurations * @ingro...
13,946
32.851942
98
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan/ctx.h
/* * 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. */ /** * @defgroup net_gnrc_sixlowpan_ctx Contexts for 6LoWPAN addre...
6,307
29.770732
96
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan/internal.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_sixlowpan * @{ * * @file * @brief 6LoWPAN internal functions...
2,274
28.166667
78
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan/nd.h
/* * 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. */ /** * @defgroup net_gnrc_sixlowpan_nd 6LoWPAN neighbor discovery * ...
2,867
31.590909
99
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan/iphc.h
/* * 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. */ /** * @defgroup net_gnrc_sixlowpan_iphc IPv6 header compression (I...
2,288
30.791667
79
h
RIOT
RIOT-master/sys/include/net/gnrc/sixlowpan/frag/sfr.h
/* * 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. */ /** * @defgroup net_gnrc_sixlowpan_frag_sfr 6LoWPAN selective fragment recovery * @in...
7,221
33.721154
86
h