Home
last modified time | relevance | path

Searched refs:records (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-latest/tests/net/lib/mdns_responder/src/
Dmain.c111 static struct dns_sd_rec records[EXT_RECORDS_NUM]; variable
192 memset(records, 0, sizeof(records)); in test_setup()
198 services[i].record = &records[i]; in test_setup()
200 records[i].instance = services[i].instance; in test_setup()
201 records[i].service = services[i].service; in test_setup()
202 records[i].proto = services[i].proto; in test_setup()
203 records[i].domain = services[i].domain; in test_setup()
204 records[i].text = services[i].text; in test_setup()
205 records[i].port = &services[i].port; in test_setup()
208 mdns_responder_set_ext_records(records, EXT_RECORDS_NUM); in test_setup()
[all …]
/Zephyr-latest/include/zephyr/net/
Dmdns_responder.h32 int mdns_responder_set_ext_records(const struct dns_sd_rec *records, size_t count);
/Zephyr-latest/tests/benchmarks/sched_queues/
DKconfig25 bool "Log statistics as records"
28 Log summary statistics as records to pass results
DREADME.rst27 summary statistics as records to allow Twister parse the log and save that data
30 the summary statistics will be parsed as data records.
/Zephyr-latest/tests/benchmarks/wait_queues/
DKconfig25 bool "Log statistics as records"
28 Log summary statistics as records to pass results
DREADME.rst25 summary statistics as records to allow Twister parse the log and save that data
28 the summary statistics will be parsed as data records.
/Zephyr-latest/arch/xtensa/core/
Dxtensa_intgen.tmpl8 * this does is emit records for which interrupts are at which level,
/Zephyr-latest/tests/net/mld/src/
Dmain.c59 struct mld_report_mcast_record records[MLD_REPORT_ADDR_COUNT]; member
847 net_pkt_read(pkt, &info->records[i], sizeof(struct mld_report_mcast_record)); in handle_mld_report()
876 zassert_equal(info->records[0].record_type, NET_IPV6_MLDv2_CHANGE_TO_EXCLUDE_MODE, in add_mcast_route_and_verify()
878 zassert_mem_equal(&info->records[0].mcast_addr, addr, in add_mcast_route_and_verify()
899 zassert_equal(info->records[0].record_type, NET_IPV6_MLDv2_CHANGE_TO_INCLUDE_MODE, in del_mcast_route_and_verify()
901 zassert_mem_equal(&info->records[0].mcast_addr, addr, in del_mcast_route_and_verify()
1007 addr_str = zsock_inet_ntop(AF_INET6, &info.records[i].mcast_addr, str, sizeof(str)); in ZTEST()
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.mcs105 int "Maximum number of records in a group object"
109 Sets the maximum number of records in a group object. If the received
110 group object has more records than this, the remaining records in the
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/
Dbinary_adapter_test.py127 for record in caplog.records:
136 for record in caplog.records:
/Zephyr-latest/subsys/net/lib/lwm2m/
DREADME_lwm2m36 The default value of the number of maximum allowed records doesn't really matter as it's replaced
DKconfig418 int "Maximum # of device power source records"
485 int "Maximum # of SenML records packed into a CBOR binary"
489 The CBOR library requires you to set an upper limit for the records when encoder
/Zephyr-latest/subsys/net/lib/dns/
Dmdns_responder.c943 int mdns_responder_set_ext_records(const struct dns_sd_rec *records, size_t count) in mdns_responder_set_ext_records() argument
945 if (records == NULL || count == 0) { in mdns_responder_set_ext_records()
949 external_records = records; in mdns_responder_set_ext_records()
DKconfig197 processes PTR, SRV, and TXT records according to RFC 6763.
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/
DREADME.rst19 TF-M includes a maximum number of PS records, set via ``PS_NUM_ASSETS`` (default 10 as of
/Zephyr-latest/drivers/ieee802154/
DKconfig.nrf589 a lot of log records in a stress environment.
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcap.rst116 :code:`bap discover` operation to discover the ASEs and PAC records. The :code:`bap init`
130 Discovering ASEs and PAC records on a device:
278 :code:`bap discover` operation to discover the ASEs and PAC records. The :code:`bap init`
Dbap.rst302 The :code:`init` command register local PAC records which are necessary to be
318 Once connected the :code:`discover` command discover PAC records and ASE
Dmcp.rst279 <inf> bt_otc: --- Displaying 1 metadata records ---
292 records consisting of a type (track or group) and an object ID.
/Zephyr-latest/doc/kernel/
Dtimeutil.rst93 * :c:struct:`timeutil_sync_config` records the nominal rates of a reference
96 * :c:struct:`timeutil_sync_instant` records the representation of a single
/Zephyr-latest/doc/services/settings/
Dindex.rst161 the backend removes non-recent key-value pairs records and unnecessary
162 key-delete records.
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig261 is 5 foreign timeTransmitter records per PTP Port. Kconfig does not allow for math
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_footprint.py388 second_logs = caplog.records
/Zephyr-latest/doc/connectivity/networking/
Doverview.rst98 addresses from the DNS server. Both IPv4 (A) and IPv6 (AAAA) records can
/Zephyr-latest/scripts/tests/twister/
Dtest_handlers.py1008 assert not any([r.levelname == 'ERROR' for r in caplog.records])
1477 messages = [record.msg for record in caplog.records]

12