Update rpl-icmp6.c
This commit is contained in:
parent
e67cd7369e
commit
db444e14c3
|
@ -64,7 +64,7 @@
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
#define RPL_DIO_GROUNDED 0x80
|
#define RPL_DIO_GROUNDED 0x80
|
||||||
#define RPL_DIO_MOP_SHIFT 3
|
#define RPL_DIO_MOP_SHIFT 3
|
||||||
#define RPL_DIO_MOP_MASK 0x3c
|
#define RPL_DIO_MOP_MASK 0x38
|
||||||
#define RPL_DIO_PREFERENCE_MASK 0x07
|
#define RPL_DIO_PREFERENCE_MASK 0x07
|
||||||
|
|
||||||
#define UIP_IP_BUF ((struct uip_ip_hdr *)&uip_buf[UIP_LLH_LEN])
|
#define UIP_IP_BUF ((struct uip_ip_hdr *)&uip_buf[UIP_LLH_LEN])
|
||||||
|
|
Loading…
Reference in a new issue