/Zephyr-latest/tests/net/lib/mdns_responder/src/ |
D | main.c | 111 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/ |
D | mdns_responder.h | 32 int mdns_responder_set_ext_records(const struct dns_sd_rec *records, size_t count);
|
/Zephyr-latest/tests/benchmarks/sched_queues/ |
D | Kconfig | 25 bool "Log statistics as records" 28 Log summary statistics as records to pass results
|
D | README.rst | 27 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/ |
D | Kconfig | 25 bool "Log statistics as records" 28 Log summary statistics as records to pass results
|
D | README.rst | 25 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/ |
D | xtensa_intgen.tmpl | 8 * this does is emit records for which interrupts are at which level,
|
/Zephyr-latest/tests/net/mld/src/ |
D | main.c | 59 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/ |
D | Kconfig.mcs | 105 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/ |
D | binary_adapter_test.py | 127 for record in caplog.records: 136 for record in caplog.records:
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | README_lwm2m | 36 The default value of the number of maximum allowed records doesn't really matter as it's replaced
|
D | Kconfig | 418 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/ |
D | mdns_responder.c | 943 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()
|
D | Kconfig | 197 processes PTR, SRV, and TXT records according to RFC 6763.
|
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/ |
D | README.rst | 19 TF-M includes a maximum number of PS records, set via ``PS_NUM_ASSETS`` (default 10 as of
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.nrf5 | 89 a lot of log records in a stress environment.
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | cap.rst | 116 :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`
|
D | bap.rst | 302 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
|
D | mcp.rst | 279 <inf> bt_otc: --- Displaying 1 metadata records --- 292 records consisting of a type (track or group) and an object ID.
|
/Zephyr-latest/doc/kernel/ |
D | timeutil.rst | 93 * :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/ |
D | index.rst | 161 the backend removes non-recent key-value pairs records and unnecessary 162 key-delete records.
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | Kconfig | 261 is 5 foreign timeTransmitter records per PTP Port. Kconfig does not allow for math
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_footprint.py | 388 second_logs = caplog.records
|
/Zephyr-latest/doc/connectivity/networking/ |
D | overview.rst | 98 addresses from the DNS server. Both IPv4 (A) and IPv6 (AAAA) records can
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_handlers.py | 1008 assert not any([r.levelname == 'ERROR' for r in caplog.records]) 1477 messages = [record.msg for record in caplog.records]
|