1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/net/gnrc
Martine Lenders 764ed8c300 gnrc_ipv6: make next-header demuxer private
Since the recursion into `gnrc_ipv6_demux()` was removed in
`gnrc_ipv6_ext`, `gnrc_ipv6.c` is the only user of this function,
so it can be made private. It was only made public so it can be used
from `gnrc_ipv6_ext`.
2018-12-13 17:22:12 +01:00
..
gomach gnrc_mac: fix header includes 2018-11-29 12:39:34 +01:00
icmpv6 gnrc_icmpv6_error: fix doc alignment 2018-11-17 15:45:25 +01:00
ipv6 gnrc_ipv6: move ipv6_ext iteration out of ext_demux() 2018-12-13 17:22:11 +01:00
lwmac gnrc_lwmac: revise doc's brief naming. 2017-12-19 15:10:30 +01:00
mac gnrc_mac: fix header includes 2018-11-29 12:39:34 +01:00
netif Merge pull request #10520 from miri64/gnrc_netif_hdr/enh/conv-iid-getter 2018-12-07 14:37:07 +01:00
rpl gnrc_rpl_srh: make seg_left > 0 a precondition 2018-11-23 13:56:54 +01:00
sixlowpan Merge pull request #9484 from miri64/gnrc_sixlowpan_iphc/enh/i8511-recv 2018-07-26 07:58:52 +02:00
tcp gnrc_tcp: handle link local IPv6 addresses correctly 2018-05-29 21:28:32 +02:00
icmpv6.h gnrc_ipv6: gnrc_icmpv6: simplify access to network interfaces 2018-01-17 16:48:58 +01:00
ipv6.h gnrc_ipv6: make next-header demuxer private 2018-12-13 17:22:12 +01:00
ndp.h gnrc_ndp: add support for building RDNSS option 2018-07-05 11:01:22 +02:00
netapi.h Merge pull request #10437 from miri64/doc/fix/gnrc_netapi-author-tag 2018-11-21 12:40:32 +01:00
neterr.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
netif.h gnrc_netif: add general IID to/from l2addr conversion functions 2018-12-06 14:41:30 +01:00
netreg.h gnrc_netreg: Further specify gnrc_netreg_register() precondition 2018-06-06 22:19:53 +02:00
nettest.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
nettype.h gnrc: add nettype handling for NDN 2018-05-24 10:58:26 +02:00
pkt.h gnrc/pkt: Add const keyword to length functions 2018-11-16 15:06:39 +01:00
pktbuf.h gnrc_pktbuf: fix documentation formatting on gnrc_pktbuf_merge() 2018-11-22 11:35:39 +01:00
pktdump.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pktqueue.h doc: Fix 'must not'/'may not' wording 2017-12-19 09:00:12 +01:00
priority_pktqueue.h doc: Fix 'must not'/'may not' wording 2017-12-19 09:00:12 +01:00
rpl.h rpl: add DIS Solicited Information option 2018-06-04 18:10:22 +02:00
sixlowpan.h gnrc_sixlowpan: Introduce 6Lo GNRC dispatch sub-layer 2018-03-01 14:15:07 +01:00
tcp.h gnrc_tcp: handle link local IPv6 addresses correctly 2018-05-29 21:28:32 +02:00
tftp.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
udp.h gnrc_udp: assert ports not zero 2018-08-06 16:09:22 +02:00