1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/include/net/gnrc
Martine Lenders 2ae30cf582 gnrc_netif: rename IPv6 address "setters"
This renames the following functions

* `gnrc_netif_ipv6_addr_add()`
* `gnrc_netif_ipv6_addr_remove()`
* `gnrc_netif_ipv6_group_join()`
* `gnrc_netif_ipv6_group_leave()`

by appending the suffix `_internal`.

\## Reasoning

I'd like to provide a helper function for the *public* equivalent using
`gnrc_netapi_set()`, and those names are to nice to not be taken for
those.

\## Procedure
I used a combination of `git grep` and `sed` to do this and fixed the
alignment in the result of some cases by hand.

```sh
git grep --name-only "\<gnrc_netif_ipv6_\(addr\|group\)_\(add\|remove\|join\|leave\)\>" | \
        xargs sed -i 's/\<gnrc_netif_ipv6_\(addr\|group\)_\(add\|remove\|join\|leave\)/\0_internal/g'
```
2017-12-13 13:50:39 +01:00
..
gomach gnrc_gomach: add sender ID number limit in beacon packet. 2017-12-11 11:31:39 +01:00
icmpv6 cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
ipv6 gnrc_ipv6_nib: Allow l2addr == NULL for gnrc_ipv6_nib_nc_set() 2017-11-29 17:26:45 +01:00
lwmac gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
mac gomach: a robust traffic adaptive multichannel MAC for IoT. 2017-11-30 18:51:49 +01:00
netif gnrc_netif: rename IPv6 address "setters" 2017-12-13 13:50:39 +01:00
rpl gnrc_rpl: properly handle prefix list 2017-11-23 22:56:55 +01:00
sixlowpan gnrc: remove legacy neighbor discovery code 2017-11-17 09:20:30 +01:00
tcp cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
icmpv6.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
ipv6.h gnrc_ipv6_nib: port to gnrc_netif2 2017-11-08 20:18:53 +01:00
ndp.h gnrc_ndp2: rename to gnrc_ndp 2017-11-17 10:41:54 +01:00
netapi.h gnrc_netapi: make doc a little more consistent 2017-12-06 18:10:10 +01:00
neterr.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
netif.h gnrc_ndp2: rename to gnrc_ndp 2017-11-17 10:41:54 +01:00
netreg.h gnrc_netreg: enhance doc on entry initialization 2017-08-14 12:51:29 +02:00
nettest.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
nettype.h Merge pull request #8180 from miri64/gnrc_netdev/cleanup/rm 2017-11-30 20:05:17 +01:00
pkt.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pktbuf.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pktdump.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pktqueue.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
priority_pktqueue.h gnrc_priority_queue: updated coding style. 2017-06-22 11:36:55 +02:00
rpl.h rpl: adjust to trickle enhancements 2017-06-09 09:03:24 +02:00
sixlowpan.h gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
tcp.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
tftp.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
udp.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00