HomeSort by relevance Sort by last modified time
    Searched defs:set_option (Results 1 - 17 of 17) sorted by null

  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
memtoy.h 74 #define set_option(OPT) gcp->options |= (OPTION_##OPT) macro
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket_acceptor.hpp 44 * acceptor.set_option(asio::ip::tcp::acceptor::reuse_address(true));
127 * acceptor.set_option(socket_base::reuse_address(true));
142 this->get_service().set_option(this->get_implementation(),
144 asio::detail::throw_error(ec, "set_option");
559 * acceptor.set_option(option);
563 void set_option(const SettableSocketOption& option) function in class:asio::basic_socket_acceptor
566 this->get_service().set_option(this->get_implementation(), option, ec);
567 asio::detail::throw_error(ec, "set_option");
589 * acceptor.set_option(option, ec);
597 asio::error_code set_option(const SettableSocketOption& option function in class:asio::basic_socket_acceptor
    [all...]
basic_socket.hpp 792 * socket.set_option(option);
796 void set_option(const SettableSocketOption& option) function in class:asio::basic_socket
799 this->get_service().set_option(this->get_implementation(), option, ec);
800 asio::detail::throw_error(ec, "set_option");
835 * socket.set_option(option, ec);
843 asio::error_code set_option(const SettableSocketOption& option, function in class:asio::basic_socket
846 return this->get_service().set_option(
    [all...]
socket_acceptor_service.hpp 166 asio::error_code set_option(implementation_type& impl, function in class:asio::socket_acceptor_service
169 return service_impl_.set_option(impl, option, ec);
stream_socket_service.hpp 201 asio::error_code set_option(implementation_type& impl, function in class:asio::stream_socket_service
204 return service_impl_.set_option(impl, option, ec);
  /external/parameter-framework/upstream/asio/stub/
asio.hpp 48 void set_option(const dummy_base &) const {}; function in struct:asio::dummy_base
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service.hpp 145 asio::error_code set_option(implementation_type& impl, function in class:asio::detail::reactive_socket_service
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 86 errcode_t (*set_option)(io_channel channel, const char *option, member in struct:struct_io_manager
  /external/iptables/iptables/
xtables.c 388 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, function
612 set_option(&cs->options, OPT_JUMP, &cs->fw.ip.invflags, cs->invert);
882 set_option(&cs->options, OPT_PROTOCOL,
902 set_option(&cs->options, OPT_SOURCE,
908 set_option(&cs->options, OPT_DESTINATION,
915 set_option(&cs->options, OPT_JUMP, &args->invflags,
932 set_option(&cs->options, OPT_VIANAMEIN,
944 set_option(&cs->options, OPT_VIANAMEOUT,
957 set_option(&cs->options, OPT_FRAGMENT, &args->invflags,
964 set_option(&cs->options, OPT_VERBOSE
    [all...]
ip6tables.c 445 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, function
    [all...]
iptables.c 430 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, function
    [all...]
xtables-arp.c 782 set_option(unsigned int *options, unsigned int option, u_int16_t *invflg, function
1093 set_option(&options, OPT_S_IP, &cs.fw.arp.invflags,
1100 set_option(&options, OPT_D_IP, &cs.fw.arp.invflags,
1107 set_option(&options, OPT_S_MAC, &cs.fw.arp.invflags,
1117 set_option(&options, OPT_D_MAC, &cs.fw.arp.invflags,
1128 set_option(&options, OPT_H_LENGTH, &cs.fw.arp.invflags,
1145 set_option(&options, OPT_P_LENGTH, &cs.fw.arp.invflags,
1155 set_option(&options, OPT_OPCODE, &cs.fw.arp.invflags,
1172 set_option(&options, OPT_H_TYPE, &cs.fw.arp.invflags,
1184 set_option(&options, OPT_P_TYPE, &cs.fw.arp.invflags
    [all...]
  /external/regex-re2/util/
pcre.h 534 void set_option(PCRE::Option option) { function in class:re2::PCRE_Options
  /toolchain/binutils/binutils-2.25/gas/config/
tc-pdp11.c 89 set_option (char *arg)
179 set_option ("all-extensions");
180 set_option ("pic");
1095 set_option ("no-extensions");
1103 return set_option ("eis") && set_option ("spl");
1107 return set_option ("limited-eis");
1117 return set_option ("eis") && set_option ("mxps");
1125 return set_option ("limited-eis") && set_option ("mxps")
88 set_option (char *arg) function
    [all...]
  /external/autotest/client/cros/
dhcp_packet.py 525 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
553 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
575 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
599 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
626 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
739 def set_option(self, option, option_value): member in class:DhcpPacket
  /external/ltp/utils/ffsb-6.0-rc2/
parser.c 320 static int set_option(char *buf, config_options_t * options) function
435 is_option = set_option(buf, options);
583 is_option = set_option(buf, profile_conf->global);
  /hardware/libhardware/include/hardware/
hdmi_cec.h 189 * Flags used for set_option()
389 * (*set_option)() passes flags controlling the way HDMI-CEC service works down
393 void (*set_option)(const struct hdmi_cec_device* dev, int flag, int value); member in struct:hdmi_cec_device

Completed in 930 milliseconds