Home
last modified time | relevance | path

Searched refs:set_option (Results 1 – 25 of 30) sorted by relevance

12

/external/iptables/iptables/
Dxtables-arp.c302 set_option(unsigned int *options, unsigned int option, u_int16_t *invflg, in set_option() function
615 set_option(&options, OPT_SOURCE, &cs.arp.arp.invflags, in do_commandarp()
622 set_option(&options, OPT_DESTINATION, &cs.arp.arp.invflags, in do_commandarp()
629 set_option(&options, OPT_S_MAC, &cs.arp.arp.invflags, in do_commandarp()
639 set_option(&options, OPT_D_MAC, &cs.arp.arp.invflags, in do_commandarp()
650 set_option(&options, OPT_H_LENGTH, &cs.arp.arp.invflags, in do_commandarp()
667 set_option(&options, OPT_OPCODE, &cs.arp.arp.invflags, in do_commandarp()
684 set_option(&options, OPT_H_TYPE, &cs.arp.arp.invflags, in do_commandarp()
696 set_option(&options, OPT_P_TYPE, &cs.arp.arp.invflags, in do_commandarp()
707 set_option(&options, OPT_JUMP, &cs.arp.arp.invflags, in do_commandarp()
[all …]
Dxtables.c242 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, in set_option() function
654 set_option(&cs->options, OPT_PROTOCOL, in do_parse()
674 set_option(&cs->options, OPT_SOURCE, in do_parse()
680 set_option(&cs->options, OPT_DESTINATION, in do_parse()
687 set_option(&cs->options, OPT_JUMP, &args->invflags, in do_parse()
695 set_option(&cs->options, OPT_JUMP, &cs->fw.ip.invflags, in do_parse()
706 set_option(&cs->options, OPT_VIANAMEIN, in do_parse()
718 set_option(&cs->options, OPT_VIANAMEOUT, in do_parse()
731 set_option(&cs->options, OPT_FRAGMENT, &args->invflags, in do_parse()
738 set_option(&cs->options, OPT_VERBOSE, in do_parse()
[all …]
Diptables.c269 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, in set_option() function
1245 set_option(&cs.options, OPT_PROTOCOL, &cs.fw.ip.invflags, in do_command4()
1262 set_option(&cs.options, OPT_SOURCE, &cs.fw.ip.invflags, in do_command4()
1268 set_option(&cs.options, OPT_DESTINATION, &cs.fw.ip.invflags, in do_command4()
1275 set_option(&cs.options, OPT_JUMP, &cs.fw.ip.invflags, in do_command4()
1283 set_option(&cs.options, OPT_JUMP, &cs.fw.ip.invflags, in do_command4()
1294 set_option(&cs.options, OPT_VIANAMEIN, &cs.fw.ip.invflags, in do_command4()
1306 set_option(&cs.options, OPT_VIANAMEOUT, &cs.fw.ip.invflags, in do_command4()
1314 set_option(&cs.options, OPT_FRAGMENT, &cs.fw.ip.invflags, in do_command4()
1321 set_option(&cs.options, OPT_VERBOSE, in do_command4()
[all …]
Dip6tables.c278 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, in set_option() function
1251 set_option(&cs.options, OPT_PROTOCOL, &cs.fw6.ipv6.invflags, in do_command6()
1276 set_option(&cs.options, OPT_SOURCE, &cs.fw6.ipv6.invflags, in do_command6()
1282 set_option(&cs.options, OPT_DESTINATION, &cs.fw6.ipv6.invflags, in do_command6()
1289 set_option(&cs.options, OPT_JUMP, &cs.fw6.ipv6.invflags, in do_command6()
1297 set_option(&cs.options, OPT_JUMP, &cs.fw6.ipv6.invflags, in do_command6()
1308 set_option(&cs.options, OPT_VIANAMEIN, &cs.fw6.ipv6.invflags, in do_command6()
1320 set_option(&cs.options, OPT_VIANAMEOUT, &cs.fw6.ipv6.invflags, in do_command6()
1329 set_option(&cs.options, OPT_VERBOSE, in do_command6()
1358 set_option(&cs.options, OPT_NUMERIC, &cs.fw6.ipv6.invflags, in do_command6()
[all …]
/external/autotest/client/cros/
Ddhcp_unittest.py175 discovery_message.set_option(
181 request_message.set_option(
229 request_message.set_option(
232 request_message.set_option(
235 request_message.set_option(
238 request_message.set_option(
Ddhcp_packet.py531 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
559 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
581 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
605 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
632 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
746 def set_option(self, option, option_value): member in DhcpPacket
Ddhcp_handling_rule.py234 packet.set_option(option, value)
/external/parameter-framework/upstream/remote-processor/
DRemoteProcessorServer.cpp113 _acceptor.set_option(ip::tcp::acceptor::reuse_address(true)); in start()
118 _acceptor.set_option(socket_base::linger(true, 0)); in start()
119 _acceptor.set_option(socket_base::enable_connection_aborted(true)); in start()
148 _socket.set_option(asio::ip::tcp::no_delay(true)); in acceptRegister()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket_acceptor.hpp142 this->get_service().set_option(this->get_implementation(), in basic_socket_acceptor()
563 void set_option(const SettableSocketOption& option) in set_option() function in asio::basic_socket_acceptor
566 this->get_service().set_option(this->get_implementation(), option, ec); in set_option()
597 asio::error_code set_option(const SettableSocketOption& option, in set_option() function in asio::basic_socket_acceptor
600 return this->get_service().set_option( in set_option()
Dbasic_socket.hpp796 void set_option(const SettableSocketOption& option) in set_option() function in asio::basic_socket
799 this->get_service().set_option(this->get_implementation(), option, ec); in set_option()
843 asio::error_code set_option(const SettableSocketOption& option, in set_option() function in asio::basic_socket
846 return this->get_service().set_option( in set_option()
Dsocket_acceptor_service.hpp166 asio::error_code set_option(implementation_type& impl, in set_option() function in asio::socket_acceptor_service
169 return service_impl_.set_option(impl, option, ec); in set_option()
Dstream_socket_service.hpp201 asio::error_code set_option(implementation_type& impl, in set_option() function in asio::stream_socket_service
204 return service_impl_.set_option(impl, option, ec); in set_option()
/external/e2fsprogs/lib/ext2fs/
Dio_manager.c33 if (!channel->manager->set_option) in io_channel_set_options()
51 retval = (channel->manager->set_option)(channel, ptr, arg); in io_channel_set_options()
Dtest_io.c446 if (data->real && data->real->manager->set_option) { in test_set_option()
447 retval = (data->real->manager->set_option)(data->real, in test_set_option()
542 .set_option = test_set_option,
Dext2_io.h86 errcode_t (*set_option)(io_channel channel, const char *option, member
Dsparse_io.c523 .set_option = sparse_set_option,
542 .set_option = sparse_set_option,
Dundo_io.c1054 if (data->real && data->real->manager->set_option) { in undo_set_option()
1055 retval = data->real->manager->set_option(data->real, in undo_set_option()
1095 .set_option = undo_set_option,
Dunix_io.c1221 .set_option = unix_set_option,
1242 .set_option = unix_set_option,
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.h74 #define set_option(OPT) gcp->options |= (OPTION_##OPT) macro
Dmemtoy.c382 set_option(INTERACTIVE); in init_glctx()
418 set_option(VERBOSE); in parse_command_line_args()
/external/parameter-framework/upstream/asio/stub/
Dasio.hpp52 void set_option(const dummy_base &) const {}; in set_option() function
/external/toybox/toys/pending/
Dstty.c229 static void set_option(struct termios *new, char *option) in set_option() function
247 while ((option = va_arg(va, char *))) set_option(new, option); in set_options()
405 set_option(&new, arg); in stty_main()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.cc264 o.set_option(PCRE::UTF8); in TestInstance()
266 o.set_option(PCRE::None); in TestInstance()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h527 void set_option(PCRE::Option option) { in set_option() function
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service.hpp145 asio::error_code set_option(implementation_type& impl, in set_option() function in asio::detail::reactive_socket_service

12