Searched refs:spinel_command_t (Results 1 – 3 of 3) sorted by relevance
1221 typedef uint32_t spinel_command_t; typedef5143 SPINEL_API_EXTERN const char *spinel_command_to_cstr(spinel_command_t command);
1166 const char *spinel_command_to_cstr(spinel_command_t command) in spinel_command_to_cstr()
860 …spinel_command_t cmd = aRegister ? SPINEL_CMD_PROP_VALUE_INSERTED : SPINEL_CMD_PROP_VALUE_REMOV… in DnssdUpdate()