Update comments: RFC3513 is obsoleted by RFC4921

This commit is contained in:
Kitty(chun hua) Jiang 2016-07-18 17:29:16 +08:00
parent c05665a16b
commit b5bc140680
3 changed files with 6 additions and 6 deletions

6
core/net/ip/uip.h Normal file → Executable file
View file

@ -2012,7 +2012,7 @@ CCIF extern uip_lladdr_t uip_lladdr;
(((a)->u8[15]) == 0x02))
/**
* \brief is addr (a) a link local unicast address, see RFC3513
* \brief is addr (a) a link local unicast address, see RFC 4291
* i.e. is (a) on prefix FE80::/10
* a is of type uip_ipaddr_t*
*/
@ -2036,7 +2036,7 @@ CCIF extern uip_lladdr_t uip_lladdr;
} while(0)
/**
* \brief is addr (a) a solicited node multicast address, see RFC3513
* \brief is addr (a) a solicited node multicast address, see RFC 4291
* a is of type uip_ipaddr_t*
*/
#define uip_is_addr_solicited_node(a) \
@ -2097,7 +2097,7 @@ CCIF extern uip_lladdr_t uip_lladdr;
#endif /*UIP_CONF_LL_802154*/
/**
* \brief is address a multicast address, see RFC 3513
* \brief is address a multicast address, see RFC 4291
* a is of type uip_ipaddr_t*
* */
#define uip_is_addr_mcast(a) \