1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/net
Benjamin Valentin f6cef270c2 gnrc_ipv6_nib: use correct DHCPv6 client module name
`MODULE_GNRC_DHCPV6_CLIENT_IA_PD` does not exist, the correct module name
is `MODULE_DHCPV6_CLIENT_IA_PD`.
2022-08-05 12:52:22 +02:00
..
bluetil
cord
dhcpv6 sys/net/dhcpv6: enhance doc of CONFIG_DHCPV6_CLIENT_PFX_LEASE_MAX 2022-02-17 18:46:28 +01:00
dns sock_dns_cache: move to dns_cache 2022-07-18 15:27:58 +02:00
ethernet
fib
gcoap gcoap/fileserver: make PUT and DELETE pseudomodules 2022-08-03 22:10:30 +02:00
gnrc gnrc_ipv6_nib: use correct DHCPv6 client module name 2022-08-05 12:52:22 +02:00
iana
ieee802154 ieee802154/submac: use default config for max frame retransmissions 2022-06-27 14:51:16 +02:00
ipv4 sys/net/ipv4: ipv4_addr_t pointer should be const 2022-03-05 14:39:50 +01:00
ipv6 sys/net: add ipv6_addrs_print() 2022-06-06 20:46:48 +02:00
lorawan
nanocoap nanocoap_cache: add helper function to check if entry is stale 2022-05-13 12:14:55 +02:00
netstats
ppp
rpl sys/net/gnrc/rpl: refactor netstats_rpl_t 2022-06-30 09:48:45 +02:00
sixlowpan
skald net/ble/skald: let itvl be configured per context 2022-05-24 13:02:10 +02:00
sock Merge pull request #18363 from benpicco/sock_dtls_sendv_aux 2022-08-01 09:59:55 +02:00
af.h sys/include/net/af: fix doc comment 2022-04-14 09:23:27 +02:00
arp.h
asymcute.h
ble.h
coap.h gcoap/fileserver: implement PUT/POST/DELETE functionality 2022-08-03 22:09:21 +02:00
credman.h
csma_sender.h
dhcpv6.h
dns_mock.h sys/net/application_layer/sock_dns_mock: add module for mocking sock_dns 2022-04-03 17:29:10 +02:00
dns.h dns: add generic dns_query() function 2022-07-29 17:48:26 +02:00
dsm.h
dtls.h
eddystone.h
emcute.h
ethernet.h
ethertype.h
eui48.h
eui64.h
eui_provider.h
fib.h
gcoap.h gcoap_fileserver: New module to serve VFS via CoAP 2022-05-22 16:36:21 +02:00
gnrc.h net/gnrc: Fixing whitespace in the documentation 2022-04-29 14:19:25 +02:00
icmp.h
icmpv6.h
ieee802154_security.h
ieee802154.h ieee802154: add default max frame retransmissions config 2022-06-27 14:50:54 +02:00
inet_csum.h
ipv4.h
ipv6.h
l2filter.h
l2util.h
lora.h sys/include/net/lora: add 2.4Ghz BW definitions 2022-05-17 15:30:01 +02:00
loramac.h net/loramac: use enum type in lora_time_on_air() 2022-04-12 12:16:44 +02:00
mqttsn.h
nanocoap_sock.h nanocoap_sock: add nanocoap_sock_block_request() 2022-05-17 23:07:23 +02:00
nanocoap_vfs.h nanocoap_vfs: add nanocoap_vfs_put() 2022-06-08 17:19:03 +02:00
nanocoap.h nanocoap: make coap_request_ctx_t members internal 2022-07-17 14:32:16 +02:00
ndp.h
netdev_test.h
netif.h sys/net/netif: add helpers for IPv6 addresses 2022-06-06 20:46:48 +02:00
netopt.h sys/net/netopt: change NETOPT_STATS semantics 2022-06-28 16:57:43 +02:00
netstats.h
ntp_packet.h
packet.h
ppptype.h
protnum.h
sixlowpan.h
skald.h net/ble/skald: let itvl be configured per context 2022-05-24 13:02:10 +02:00
sntp.h
sock.h sys/net/sock: introduce SOCK_AUX_SET_LOCAL 2022-05-10 09:24:56 +02:00
someip.h
tcp.h
telnet.h sys/net/telnet: add telnet_server_disconnect() 2022-06-08 13:01:23 +02:00
udp.h
uhcp.h
utils.h sys/net/netutils: add netutils_get_ipv4() 2022-03-08 13:35:32 +01:00
zep.h