Lines Matching defs:rpl_flags
543 nd_uint8_t rpl_flags; /* no flags defined yet */
598 nd_uint8_t rpl_flags; /* bit 7=K, 6=D */
628 nd_uint8_t rpl_flags; /* bit 7=D */
868 uint8_t rpl_flags;
876 rpl_flags = GET_U_1(dao->rpl_flags);
877 if(RPL_DAO_D(rpl_flags)) {
890 RPL_DAO_K(rpl_flags) ? ",acK":"",
891 RPL_DAO_D(rpl_flags) ? ",Dagid":"",
892 rpl_flags);
920 if(RPL_DAOACK_D(GET_U_1(daoack->rpl_flags))) {