Home
last modified time | relevance | path

Searched refs:req_opt (Results 1 – 20 of 20) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/slirp/src/
H A Ddhcpv6.c72 int i, req_opt; in dhcpv6_parse_info_request() local
103 req_opt = odata[4 + i] << 8 | odata[4 + i + 1]; in dhcpv6_parse_info_request()
104 switch (req_opt) { in dhcpv6_parse_info_request()
113 req_opt); in dhcpv6_parse_info_request()
/dports/net/libslirp/libslirp-cceced0cce9d578ed01db68edf31af78eb66f858/src/
H A Ddhcpv6.c72 int i, req_opt; in dhcpv6_parse_info_request() local
103 req_opt = odata[4 + i] << 8 | odata[4 + i + 1]; in dhcpv6_parse_info_request()
104 switch (req_opt) { in dhcpv6_parse_info_request()
113 req_opt); in dhcpv6_parse_info_request()
/dports/emulators/qemu5/qemu-5.2.0/slirp/src/
H A Ddhcpv6.c72 int i, req_opt; in dhcpv6_parse_info_request() local
103 req_opt = odata[4 + i] << 8 | odata[4 + i + 1]; in dhcpv6_parse_info_request()
104 switch (req_opt) { in dhcpv6_parse_info_request()
113 req_opt); in dhcpv6_parse_info_request()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/slirp/src/
H A Ddhcpv6.c72 int i, req_opt; in dhcpv6_parse_info_request() local
103 req_opt = odata[4 + i] << 8 | odata[4 + i + 1]; in dhcpv6_parse_info_request()
104 switch (req_opt) { in dhcpv6_parse_info_request()
113 req_opt); in dhcpv6_parse_info_request()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/slirp/
H A Ddhcpv6.c56 int i, req_opt; in dhcpv6_parse_info_request() local
86 req_opt = odata[4 + i] << 8 | odata[4 + i + 1]; in dhcpv6_parse_info_request()
87 switch (req_opt) { in dhcpv6_parse_info_request()
96 req_opt)); in dhcpv6_parse_info_request()
/dports/emulators/qemu42/qemu-4.2.1/slirp/src/
H A Ddhcpv6.c72 int i, req_opt; in dhcpv6_parse_info_request() local
103 req_opt = odata[4 + i] << 8 | odata[4 + i + 1]; in dhcpv6_parse_info_request()
104 switch (req_opt) { in dhcpv6_parse_info_request()
113 req_opt); in dhcpv6_parse_info_request()
/dports/emulators/qemu-utils/qemu-4.2.1/slirp/src/
H A Ddhcpv6.c72 int i, req_opt; in dhcpv6_parse_info_request() local
103 req_opt = odata[4 + i] << 8 | odata[4 + i + 1]; in dhcpv6_parse_info_request()
104 switch (req_opt) { in dhcpv6_parse_info_request()
113 req_opt); in dhcpv6_parse_info_request()
/dports/emulators/qemu/qemu-6.2.0/slirp/src/
H A Ddhcpv6.c72 int i, req_opt; in dhcpv6_parse_info_request() local
103 req_opt = odata[4 + i] << 8 | odata[4 + i + 1]; in dhcpv6_parse_info_request()
104 switch (req_opt) { in dhcpv6_parse_info_request()
113 req_opt); in dhcpv6_parse_info_request()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/slirp/src/
H A Ddhcpv6.c72 int i, req_opt; in dhcpv6_parse_info_request() local
103 req_opt = odata[4 + i] << 8 | odata[4 + i + 1]; in dhcpv6_parse_info_request()
104 switch (req_opt) { in dhcpv6_parse_info_request()
113 req_opt); in dhcpv6_parse_info_request()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dvmcall.c71 int __i, req_opt, oargc; \
77 req_opt = required+optargs; \
80 if (oargc > req_opt) { \
83 for (__i = oargc; __i > req_opt; __i--) { \
93 CHECK_STACK(req_opt - oargc, vm); \
94 for (__i = oargc; SG_PAIRP(p) && __i < req_opt; __i++) { \
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/req-opt/src/
H A Dmodule.thrift17 namespace java.swift test.fixtures.req_opt
/dports/devel/gengetopt/gengetopt-2.23/src/
H A Dgm.cc1856 ostringstream req_opt; in generate_handle_required() local
1857 req_opt << "'--" << opt->long_opt << "'"; in generate_handle_required()
1859 req_opt << " ('-" << opt->short_opt << "')"; in generate_handle_required()
1862 opt_gen.set_option_descr (req_opt.str ()); in generate_handle_required()
1921 ostringstream req_opt; in generate_handle_dependencies() local
1922 req_opt << "'--" << opt->long_opt << "'"; in generate_handle_dependencies()
1924 req_opt << " ('-" << opt->short_opt << "')"; in generate_handle_dependencies()
1928 opt_gen.set_option_descr (req_opt.str ()); in generate_handle_dependencies()
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Ddhcp.c66 struct arg_list *req_opt;
1290 while (TT.req_opt) { in dhcp_main()
1291 raw_opt[raw_optcount] = (uint8_t) strtoopt(TT.req_opt->arg, 1); in dhcp_main()
1293 TT.req_opt = TT.req_opt->next; in dhcp_main()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/router/src/
H A Drouter_app.cc1526 CmdOption req_opt(opt); in cmd_option_acceptor() local
1527 req_opt.required = true; in cmd_option_acceptor()
1528 return {true, req_opt}; in cmd_option_acceptor()
/dports/security/nmap/nmap-7.91/scripts/
H A Dhttp-cross-domain-policy.nse182 local req_opt = {redirect_ok=function(host,port)
212 local req = http.get(host, port, list.uri, req_opt)
H A Dhttp-security-headers.nse115 local req_opt = {redirect_ok=function(host,port)
124 response = http.head(host, port, path, req_opt)
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/req-opt/gen-swift/test/fixtures/req_opt/
H A DFoo.java8 package test.fixtures.req_opt;
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dunit_x509.cpp695 Botan::X509_Cert_Options req_opt("endpoint"); in test_padding_config() local
696 req_opt.set_padding_scheme("EMSA4(SHA-512,MGF1,64)"); in test_padding_config()
697 …Botan::PKCS10_Request end_req = Botan::X509::create_cert_req(req_opt, (*sk), "SHA-512", Test::rng(… in test_padding_config()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dunit_x509.cpp695 Botan::X509_Cert_Options req_opt("endpoint"); in test_padding_config() local
696 req_opt.set_padding_scheme("EMSA4(SHA-512,MGF1,64)"); in test_padding_config()
697 …Botan::PKCS10_Request end_req = Botan::X509::create_cert_req(req_opt, (*sk), "SHA-512", Test::rng(… in test_padding_config()
/dports/sysutils/smenu/smenu-0.9.18/
H A Dctxopt.c2336 opt_t * req_opt; in check_for_requirement_issues() local
2371 req_opt = req_node->data; in check_for_requirement_issues()
2372 tmp_seen_opt.opt = req_opt; in check_for_requirement_issues()
2373 needed_params = strappend(needed_params, req_opt->params, "\n ", in check_for_requirement_issues()