1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc/network_layer/ipv6/nib
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
..
_nib-6ln.c gnrc_netif: rename IPv6 address "setters" 2017-12-13 13:50:39 +01:00
_nib-6ln.h gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
_nib-6lr.c gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
_nib-6lr.h gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
_nib-arsm.c gnrc_ipv6_nib: cap-off NS sent to prefent overflows 2017-11-21 17:21:34 +01:00
_nib-arsm.h gnrc_ipv6_nib: remove trailing semicolon in ARSM macro 2017-11-21 17:21:34 +01:00
_nib-internal.c gnrc_ipv6_nib: make user added default route the primary one 2017-11-19 23:36:20 +01:00
_nib-internal.h gnrc_ipv6_nib: make user added default route the primary one 2017-11-19 23:36:20 +01:00
_nib-router.c gnrc_ipv6_nib: fix ms to sec conversion for sending NDP PIOs 2017-11-24 13:52:20 +01:00
_nib-router.h gnrc_netif: rename IPv6 address "setters" 2017-12-13 13:50:39 +01:00
Makefile gnrc_ipv6_nib: initial import of internal NIB functions 2017-06-09 21:52:37 +02:00
nib_abr.c gnrc_ipv6_nib: provide component to handle ABRO 2017-10-06 22:09:53 +02:00
nib_ft.c gnrc_ipv6_nib: make user added default route the primary one 2017-11-19 23:36:20 +01:00
nib_nc.c gnrc_ipv6_nib: Allow l2addr == NULL for gnrc_ipv6_nib_nc_set() 2017-11-29 17:26:45 +01:00
nib_pl.c gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
nib.c gnrc_netif: rename IPv6 address "setters" 2017-12-13 13:50:39 +01:00