| /Zephyr-latest/lib/posix/options/getopt/ | 
| D | getopt.h | 41 struct option {  struct46 	 * whether option takes an argument  argument
 49 	/* if not NULL, set *flag to val when option found */  argument
 72  * @param[in] options	   String containing the legitimate option characters.  argument
 
 | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | dhcpv4.h | 114 	uint8_t option;  member137 						   uint8_t option,  in net_dhcpv4_init_option_callback()
 176 				       net_dhcpv4_option_callback_handler_t handler, uint8_t option,  in net_dhcpv4_init_option_vendor_callback()
 
 | 
| /Zephyr-latest/scripts/native_simulator/native/src/ | 
| D | nsi_cmdline_common.c | 33 int nsi_cmd_is_option(const char *arg, const char *option, int with_value)  in nsi_cmd_is_option()123 			   const char *option)  in nsi_cmd_read_option_value()
 
 | 
| /Zephyr-latest/lib/posix/shell/ | 
| D | uname.c | 48 	int option;  in uname_cmd_handler()  local
 | 
| /Zephyr-latest/scripts/native_simulator/native/src/include/ | 
| D | nsi_cmdline.h | 53 	char *option;  member
 | 
| /Zephyr-latest/tests/benchmarks/app_kernel/src/ | 
| D | pipe_r.c | 82 int pipeget(struct k_pipe *pipe, enum pipe_options option, int size, int count,  in pipeget()
 | 
| D | pipe_b.c | 156 	    enum pipe_options option,  in pipeput()
 | 
| /Zephyr-latest/lib/posix/options/ | 
| D | syslog.c | 41 void openlog(const char *ident, int option, int facility)  in openlog()
 | 
| /Zephyr-latest/scripts/west_commands/ | 
| D | build.py | 58 def config_get(option, fallback):  argument61 def config_getboolean(option, fallback):  argument
 
 | 
| D | sign.py | 86     def __call__(self, parser, args, ignored, option):  argument
 | 
| /Zephyr-latest/subsys/net/ip/ | 
| D | tcp_internal.h | 380 				     enum tcp_conn_option option,  in net_tcp_set_option()406 				     enum tcp_conn_option option,  in net_tcp_get_option()
 
 | 
| D | net_context.c | 1549 __maybe_unused static int get_bool_option(bool option, int *value, size_t *len)  in get_bool_option()1568 __maybe_unused static int get_uint8_option(uint8_t option, uint8_t *value, size_t *len)  in get_uint8_option()
 1583 __maybe_unused static int get_uint16_option(uint16_t option, int *value, size_t *len)  in get_uint16_option()
 3050 __maybe_unused static int set_bool_option(bool *option, const void *value, size_t len)  in set_bool_option()
 3065 __maybe_unused static int set_uint8_option(uint8_t *option, const void *value, size_t len)  in set_uint8_option()
 3080 __maybe_unused static int set_uint16_option(uint16_t *option, const void *value, size_t len)  in set_uint16_option()
 3570 			   enum net_context_option option,  in net_context_set_option()
 3663 			    enum net_context_option option,  in net_context_get_option()
 
 | 
| /Zephyr-latest/subsys/net/lib/coap/ | 
| D | coap.c | 404 unsigned int coap_option_value_to_int(const struct coap_option *option)  in coap_option_value_to_int()536 			struct coap_option *option)  in parse_option()
 662 	struct coap_option option;  in remove_middle_option()  local
 692 	struct coap_option option;  in coap_packet_remove_option()  local
 796 		struct coap_option *option;  in coap_packet_parse()  local
 1348 	struct coap_option option = {};  in coap_get_option_int()  local
 1398 	struct coap_option option = {0};  in insert_option()  local
 1549 			       enum coap_option_num option)  in coap_next_block_for_option()
 1582 	enum coap_option_num option;  in coap_next_block()  local
 
 | 
| D | coap_client.c | 764 static bool find_echo_option(const struct coap_packet *response, struct coap_option *option)  in find_echo_option()
 | 
| /Zephyr-latest/scripts/west_commands/runners/ | 
| D | core.py | 177     def get(self, option, *args):  argument180     def getboolean(self, option):  argument
 380     def __call__(self, parser, args, ignored, option):  argument
 
 | 
| D | jlink.py | 47     def __call__(self, parser, args, ignored, option):  argument
 | 
| /Zephyr-latest/doc/_extensions/zephyr/kconfig/ | 
| D | __init__.py | 277     def add_option(self, option):  argument
 | 
| /Zephyr-latest/tests/net/igmp/src/ | 
| D | main.c | 438 	int option;  in socket_group_with_address()  local502 	int option;  in socket_group_with_index()  local
 
 | 
| /Zephyr-latest/drivers/interrupt_controller/ | 
| D | intc_ioapic.c | 99 #define BIT_POS_FOR_IRQ_OPTION(irq, option) ((irq) * BITS_PER_IRQ + (option))  argument
 | 
| /Zephyr-latest/arch/xtensa/core/ | 
| D | ptables.c | 883 				uint32_t option)  in update_region()926 static inline int reset_region(uint32_t *ptables, uintptr_t start, size_t size, uint32_t option)  in reset_region()
 
 | 
| /Zephyr-latest/tests/net/lib/coap_client/src/ | 
| D | main.c | 186 	struct coap_option option = {0};  in z_impl_zsock_sendto_custom_fake_echo()  local219 	struct coap_option option = {0};  in z_impl_zsock_sendto_custom_fake_echo_next_req()  local
 
 | 
| /Zephyr-latest/subsys/net/lib/dns/ | 
| D | llmnr_responder.c | 295 static int set_ttl_hop_limit(int sock, int level, int option, int new_limit)  in set_ttl_hop_limit()
 | 
| D | resolve.c | 1191 static int set_ttl_hop_limit(int sock, int level, int option, int new_limit)  in set_ttl_hop_limit()
 | 
| /Zephyr-latest/tests/net/mld/src/ | 
| D | main.c | 1025 	int option;  in socket_group_with_index()  local
 | 
| /Zephyr-latest/subsys/net/lib/dhcpv4/ | 
| D | dhcpv4.c | 134 static bool dhcpv4_add_option_length_value(struct net_pkt *pkt, uint8_t option,  in dhcpv4_add_option_length_value()
 |