Searched defs:option (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/src/core/net/ |
D | dhcp6_client.cpp | 299 ElapsedTime option; in AppendElapsedTime() local 308 ClientIdentifier option; in AppendClientIdentifier() local 326 IaNa option; in AppendIaNa() local 360 IaAddress option; in AppendIaAddress() local 384 RapidCommit option; in AppendRapidCommit() local 448 Option option; in FindOption() local 467 ServerIdentifier option; in ProcessServerIdentifier() local 483 ClientIdentifier option; in ProcessClientIdentifier() local 500 IaNa option; in ProcessIaNa() local 536 StatusCode option; in ProcessStatusCode() local [all …]
|
D | dhcp6_server.cpp | 228 Option option; in FindOption() local 259 ElapsedTime option; in ProcessElapsedTime() local 298 IaAddress option; in ProcessIaAddress() local 362 ServerIdentifier option; in AppendServerIdentifier() local 410 StatusCode option; in AppendStatusCode() local 451 IaAddress option; in AddIaAddress() local 466 RapidCommit option; in AppendRapidCommit() local
|
D | nd6.cpp | 221 Option *option = nullptr; in AppendOption() local 250 Option option; in AppendLinkLayerOption() local
|
D | ip6_mpl.cpp | 89 MplOption option; in ProcessOption() local
|
D | ip6.cpp | 304 Option option; in RemoveMplOption() local 513 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 | 201 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 | 466 Ip6::Option option; in CompressExtensionHeader() local
|
/openthread-latest/tests/unit/ |
D | test_routing_manager.cpp | 472 for (const Ip6::Nd::Option &option : raMsg) in ValidateRouterAdvert() local 586 for (const Ip6::Nd::Option &option : raMsg) in LogRouterAdvert() local
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.cpp | 1198 for (const Option &option : aRaMessage) in ProcessRouterAdvertMessage() local 4087 for (const Option &option : raMsg) in Process() local
|