Searched defs:option (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/src/core/net/ |
D | dhcp6_client.cpp | 307 ElapsedTime option; in AppendElapsedTime() local 316 ClientIdentifier option; in AppendClientIdentifier() local 334 IaNa option; in AppendIaNa() local 368 IaAddress option; in AppendIaAddress() local 392 RapidCommit option; in AppendRapidCommit() local 456 Option option; in FindOption() local 475 ServerIdentifier option; in ProcessServerIdentifier() local 491 ClientIdentifier option; in ProcessClientIdentifier() local 508 IaNa option; in ProcessIaNa() local 544 StatusCode option; in ProcessStatusCode() local [all …]
|
D | dhcp6_server.cpp | 236 Option option; in FindOption() local 267 ElapsedTime option; in ProcessElapsedTime() local 306 IaAddress option; in ProcessIaAddress() local 370 ServerIdentifier option; in AppendServerIdentifier() local 418 StatusCode option; in AppendStatusCode() local 459 IaAddress option; in AddIaAddress() local 474 RapidCommit option; in AppendRapidCommit() local
|
D | ip6_mpl.cpp | 96 MplOption option; in ProcessOption() local
|
D | nd6.cpp | 220 Option *option = nullptr; in AppendOption() local
|
D | ip6.cpp | 324 Option option; in RemoveMplOption() local 533 Option option; in HandleOptions() local
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | depends.py | 120 def option_exists(conf, option): argument 123 def set_config_option_value(conf, option, colors, value: Union[bool, str]): argument
|
/openthread-latest/src/posix/ |
D | main.c | 209 int option = getopt_long(aArgCount, aArgVector, "B:d:hI:nps:v", kOptions, &index); in ParseArg() local
|
D | client.cpp | 245 …for (int index, option; (option = getopt_long(aArgCount, aArgVector, "+I:h", kOptions, &index)) !=… in ParseArg() local
|
/openthread-latest/src/core/thread/ |
D | lowpan.cpp | 475 Ip6::Option option; in CompressExtensionHeader() local
|
/openthread-latest/tests/unit/ |
D | test_routing_manager.cpp | 473 for (const Ip6::Nd::Option &option : raMsg) in ValidateRouterAdvert() local 603 for (const Ip6::Nd::Option &option : raMsg) in LogRouterAdvert() local
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.cpp | 1197 for (const Option &option : aRaMessage) in ProcessRouterAdvertMessage() local 4041 for (const Option &option : raMsg) in Process() local
|