1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
Martine Lenders 39fe2a30e4 gnrc_netif: use l2util for some functions
The following functions can now be wrapped around the more generalized
approach:

- gnrc_netif_ipv6_iid_from_addr()
- gnrc_netif_ipv6_iid_to_addr()
- gnrc_netif_ndp_addr_len_from_l2ao()
- gnrc_netif_eui64_from_addr()
2019-03-26 21:37:20 +01:00
..
application_layer sys/net: NETOPT_MAX_{PACKET_SIZE -> PDU_SIZE} 2019-02-18 20:15:08 +01:00
link_layer gomach: fix reassign before usage error 2019-02-01 11:25:27 +02:00
netapi gnrc_netapi: use static inline for high-level wrapper functions 2018-12-11 16:15:51 +01:00
netif gnrc_netif: use l2util for some functions 2019-03-26 21:37:20 +01:00
netreg gnrc_netreg: use thread_has_msg_queue() for msg queue check 2018-12-19 15:39:50 +01:00
nettest gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
network_layer Merge pull request #11063 from miri64/gnrc_sixlowpan_frag/enh/msg-send-to-6lo 2019-03-26 21:26:04 +01:00
pkt gnrc: cleanup and corrections in gnrc_pkt 2017-04-22 20:56:54 +02:00
pktbuf net/gnrc_pktbuf: rm deprecated _pktbuf_get_iovec() 2019-03-15 10:21:22 +01:00
pktbuf_malloc gnrc_pktbuf_malloc: allow write-protect of size 0 snips 2019-03-12 14:35:58 +01:00
pktbuf_static gnrc_pktbuf_static: allow write-protect of size 0 snips 2019-03-12 14:34:49 +01:00
pktdump gnrc_pktdump: add GNRC_NETTYPE_IPV6_EXT output 2018-12-14 01:37:53 +01:00
priority_pktqueue gnrc_priority_queue: updated coding style. 2017-06-22 11:36:55 +02:00
routing/rpl gnrc_ipv6_ext_rh: add ICMPv6 error message sending 2018-12-18 19:46:27 +01:00
sock gnrc_sock_[udp|ip]: store return value before release 2018-11-12 14:58:26 +01:00
transport_layer gnrc_tcp: syn_rcvd pkt loss fix 2019-02-04 20:57:30 +01:00
Makefile gnrc_netif_hdr: move path resolve to gnrc_netif submodule resolution 2018-12-05 15:04:45 +01:00