From 5bb6df9c6d673f4e55346cfec83d4a79d548a2cc Mon Sep 17 00:00:00 2001 From: test <cnkgndgn@gmail.com> Date: Wed, 25 Nov 2015 00:12:36 +0100 Subject: [PATCH] doc: ndp: remove GNRC_ from PIO flags --- sys/include/net/gnrc/ndp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/include/net/gnrc/ndp.h b/sys/include/net/gnrc/ndp.h index 83b5106fc7..2df4ff482a 100644 --- a/sys/include/net/gnrc/ndp.h +++ b/sys/include/net/gnrc/ndp.h @@ -492,9 +492,9 @@ gnrc_pktsnip_t *gnrc_ndp_opt_tl2a_build(const uint8_t *l2addr, uint8_t l2addr_le * @param[in] prefix_len The length of @p prefix in bits. Must be between * 0 and 128. * @param[in] flags Flags as defined above. - * @ref GNRC_NDP_OPT_PI_FLAGS_L == 1 indicates, that + * @ref NDP_OPT_PI_FLAGS_L == 1 indicates, that * @p prefix can be used for on-link determination, - * @ref GNRC_NDP_OPT_PI_FLAGS_A == 1 indicates, that + * @ref NDP_OPT_PI_FLAGS_A == 1 indicates, that * @p prefix can be used for stateless address * configuration. * @param[in] valid_ltime Length of time in seconds that @p prefix is valid. -- GitLab