Searched refs:addr_start (Results 1 – 2 of 2) sorted by relevance
100 static int addr_is_free(uint16_t addr_start, uint8_t num_elem, uint16_t *next) in addr_is_free() argument102 uint16_t addr_end = addr_start + num_elem - 1; in addr_is_free()106 if (!BT_MESH_ADDR_IS_UNICAST(addr_start) || in addr_is_free()122 if (!(addr_end < other_start || addr_start > other_end)) { in addr_is_free()
1824 char *search_start, *addr_start, *sm_start; in on_cmd_atcmdinfo_ipaddr() local1860 addr_start = delims[2] + 1; in on_cmd_atcmdinfo_ipaddr()1866 search_start = addr_start; in on_cmd_atcmdinfo_ipaddr()1878 addr_len = sm_start - addr_start; in on_cmd_atcmdinfo_ipaddr()1879 strncpy(temp_addr_str, addr_start, addr_len); in on_cmd_atcmdinfo_ipaddr()1906 addr_start = delims[3] + 1; in on_cmd_atcmdinfo_ipaddr()1907 addr_len = delims[4] - addr_start; in on_cmd_atcmdinfo_ipaddr()1908 strncpy(temp_addr_str, addr_start, addr_len); in on_cmd_atcmdinfo_ipaddr()1918 addr_start = delims[4] + 1; in on_cmd_atcmdinfo_ipaddr()1919 addr_len = delims[5] - addr_start; in on_cmd_atcmdinfo_ipaddr()[all …]