/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | dhcp.c | 14 * Options: 130 /** Option handling: options are parsed in dhcp_parse_reply 213 static u16_t dhcp_option(u16_t options_out_len, u8_t *options, u8_t option_type, u8_t option_len); 215 static u16_t dhcp_option_byte(u16_t options_out_len, u8_t *options, u8_t value); 216 static u16_t dhcp_option_short(u16_t options_out_len, u8_t *options, u16_t value); 217 static u16_t dhcp_option_long(u16_t options_out_len, u8_t *options, u32_t value); 219 static u16_t dhcp_option_hostname(u16_t options_out_len, u8_t *options, struct netif *netif); 221 /* always add the DHCP options trailer to end and pad */ 222 static void dhcp_option_trailer(u16_t options_out_len, u8_t *options, struct pbuf *p_out); 386 …options_out_len = dhcp_option(options_out_len, msg_out->options, DHCP_OPTION_MAX_MSG_SIZE, DHCP_OP… in dhcp_select() [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | INSTALL | 96 Compilers and Options 99 Some systems require unusual options for compilation or linking that 129 "universal" binaries--by specifying multiple `-arch' options to the 157 options like `--bindir=DIR' to specify different values for particular 160 default for these options is expressed in terms of `${prefix}', so that 189 when some directory options were not specified in terms of `${prefix}' 199 Some packages pay attention to `--enable-FEATURE' options to 201 They may also pay attention to `--with-PACKAGE' options, where PACKAGE 203 `README' should mention any `--enable-' and `--with-' options that the 208 you can use the `configure' options `--x-includes=DIR' and [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/ |
H A D | lwipopts.h | 50 /* ---------- Debug options ---------- */ 224 /* ---------- Memory options ---------- */ 281 /* ---------- Pbuf options ---------- */ 313 /* ---------- TCP options ---------- */ 359 /* tcpip thread options */ 372 /* ---------- ARP options ---------- */ 377 /* ---------- IP options ---------- */ 395 /* ---------- ICMP options ---------- */ 398 /* ---------- DHCP options ---------- */ 411 /* ---------- AUTOIP options ------- */ [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/ |
H A D | lwipopts.h | 61 /* ---------- Debug options ---------- */ 239 /* ---------- Memory options ---------- */ 297 /* ---------- Pbuf options ---------- */ 329 /* ---------- TCP options ---------- */ 375 /* tcpip thread options */ 388 /* ---------- ARP options ---------- */ 393 /* ---------- IP options ---------- */ 411 /* ---------- ICMP options ---------- */ 414 /* ---------- DHCP options ---------- */ 427 /* ---------- AUTOIP options ------- */ [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/ |
H A D | lwipopts.h | 58 /* ---------- Debug options ---------- */ 232 /* ---------- Memory options ---------- */ 290 /* ---------- Pbuf options ---------- */ 322 /* ---------- TCP options ---------- */ 368 /* tcpip thread options */ 381 /* ---------- ARP options ---------- */ 386 /* ---------- IP options ---------- */ 404 /* ---------- ICMP options ---------- */ 407 /* ---------- DHCP options ---------- */ 420 /* ---------- AUTOIP options ------- */ [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | Doxyfile | 4 # Project related configuration options 42 # Build related configuration options 71 # configuration options related to warning and progress messages 81 # configuration options related to the input files 142 # configuration options related to source browsing 151 # configuration options related to the alphabetical class index 157 # configuration options related to the HTML output 177 # configuration options related to the LaTeX output 192 # configuration options related to the RTF output 201 # configuration options related to the man page output [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/ |
H A D | dhcp.h | 87 /** set this to be sufficient for your options in outgoing DHCP msgs */ 90 PACK_STRUCT_FLD_8(u8_t options[DHCP_OPTIONS_LEN]); 131 /* This is a list of options for BOOTP and DHCP, see RFC 2132 for descriptions */ 133 /* BootP options */ 146 /* DHCP options */ 149 #define DHCP_OPTION_OVERLOAD 52 /* RFC2132 9.3, use file and/or sname field for options */ 167 /* possible combinations of overloading the file and sname fields with options */
|
H A D | nd6.h | 59 /* Options follow. */ 78 /* Options follow. */ 98 /* Options follow. */ 127 /* Options follow. */ 146 /* Options follow. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/ |
H A D | dhcp.h | 89 /** set this to be sufficient for your options in outgoing DHCP msgs */ 92 PACK_STRUCT_FLD_8(u8_t options[DHCP_OPTIONS_LEN]); 136 /* This is a list of options for BOOTP and DHCP, see RFC 2132 for descriptions */ 138 /* BootP options */ 151 /* DHCP options */ 154 #define DHCP_OPTION_OVERLOAD 52 /* RFC2132 9.3, use file and/or sname field for options */ 172 /* possible combinations of overloading the file and sname fields with options */
|
H A D | nd6.h | 59 /* Options follow. */ 78 /* Options follow. */ 98 /* Options follow. */ 127 /* Options follow. */ 146 /* Options follow. */
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | Doxyfile | 4 # Project related configuration options 45 # Build related configuration options 74 # configuration options related to warning and progress messages 84 # configuration options related to the input files 145 # configuration options related to source browsing 155 # configuration options related to the alphabetical class index 161 # configuration options related to the HTML output 181 # configuration options related to the LaTeX output 196 # configuration options related to the RTF output 205 # configuration options related to the man page output [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | dhcp.h | 48 u16_t options_out_len; /* outgoing msg options length */ 98 /** set this to be sufficient for your options in outgoing DHCP msgs */ 101 PACK_STRUCT_FIELD(u8_t options[DHCP_OPTIONS_LEN]); 195 /* This is a list of options for BOOTP and DHCP, see RFC 2132 for descriptions */ 197 /** BootP options */ 209 /** DHCP options */ 212 #define DHCP_OPTION_OVERLOAD 52 /* RFC2132 9.3, use file and/or sname field for options */ 230 /** possible combinations of overloading the file and sname fields with options */
|
H A D | opt.h | 4 * lwIP Options Configuration 42 * Include user defined options first. Anything not defined in these files 97 ---------- Memory options ---------- 419 ---------- ARP options ---------- 499 ---------- IP options ---------- 512 * IP_OPTIONS_ALLOWED: Defines the behavior for IP options. 513 * IP_OPTIONS_ALLOWED==0: All packets with IP options are dropped. 514 * IP_OPTIONS_ALLOWED==1: IP options are allowed (but not parsed). 622 ---------- ICMP options ---------- 656 ---------- RAW options ---------- [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig-language.txt | 4 The configuration database is a collection of configuration options 7 +- Code maturity level options 88 are applied to all other options within this menu entry (which also 165 - misc options: "option" <symbol>[=<value>] 166 Various less common options can be defined via this option syntax, 168 symbol. These options are currently possible: 294 <config options> 297 attributes as options. 301 <config options> 305 separate list of options. To make sure all the suboptions will really [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | conf.py | 84 # -- Options for HTML output ---------------------------------------------- 102 # Theme options are theme-specific and customize the look and feel of a theme 103 # further. For a list of options available for each theme, see the 115 # -- Options for HTMLHelp output ------------------------------------------ 121 # -- Options for LaTeX output --------------------------------------------- 150 # -- Options for manual page output --------------------------------------- 160 # -- Options for Texinfo output -------------------------------------------
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | uipopt.h | 2 * \defgroup uipopt Configuration options for uIP 6 * uipopt.h. This file contains all compile-time options for uIP and 11 * \note Most of the configuration options in the uipopt.h should not 17 * Configuration options for uIP. 20 * This file is used for tweaking various configuration options for 75 * \name Static configuration options 78 * These configuration options can be used for setting the IP address 80 * configuration options for a specific node includes IP address, 132 * \name IP configuration options 169 * \name UDP configuration options [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | opt.h | 4 * lwIP Options Configuration 48 * Include user defined options first. Anything not defined in these files 55 * @defgroup lwip_opts Options (lwipopts.h) 244 ---------- Memory options ---------- 617 ---------- ARP options ---------- 715 ---------- IP options ---------- 768 * IP_OPTIONS_ALLOWED: Defines the behavior for IP options. 769 * IP_OPTIONS_ALLOWED==0: All packets with IP options are dropped. 770 * IP_OPTIONS_ALLOWED==1: IP options are allowed (but not parsed). 837 ---------- ICMP options ---------- [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/ |
H A D | dhcp6.c | 91 /** Option handling: options are parsed in dhcp6_parse_reply 415 dhcp6_option_short(u16_t options_out_len, u8_t *options, u16_t value) in dhcp6_option_short() argument 417 options[options_out_len++] = (u8_t)((value & 0xff00U) >> 8); in dhcp6_option_short() 418 options[options_out_len++] = (u8_t) (value & 0x00ffU); in dhcp6_option_short() 423 dhcp6_option_optionrequest(u16_t options_out_len, u8_t *options, const u16_t *req_options, in dhcp6_option_optionrequest() argument 433 ret = dhcp6_option_short(options_out_len, options, DHCP6_OPTION_ORO); in dhcp6_option_optionrequest() 434 ret = dhcp6_option_short(ret, options, 2 * num_req_options); in dhcp6_option_optionrequest() 436 ret = dhcp6_option_short(ret, options, req_options[i]); in dhcp6_option_optionrequest() 441 /* All options are added, shrink the pbuf to the required size */ 464 u8_t *options = (u8_t *)(msg_out + 1); in dhcp6_information_request() local [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | dhcp.c | 111 /** Option handling: options are parsed in dhcp_parse_reply 181 /* always add the DHCP options trailer to end and pad */ 305 dhcp_option(dhcp, DHCP_OPTION_PARAMETER_REQUEST_LIST, 4/*num options*/); in dhcp_select() 515 /* clear options we might not get from the ACK */ in dhcp_handle_ack() 846 /* resize pbuf to reflect true size of options */ in dhcp_decline() 888 dhcp_option(dhcp, DHCP_OPTION_PARAMETER_REQUEST_LIST, 4/*num options*/); in dhcp_discover() 1271 dhcp->msg_out->options[dhcp->options_out_len++] = option_type; in dhcp_option() 1272 dhcp->msg_out->options[dhcp->options_out_len++] = option_len; in dhcp_option() 1282 dhcp->msg_out->options[dhcp->options_out_len++] = value; in dhcp_option_byte() 1289 dhcp->msg_out->options[dhcp->options_out_len++] = (u8_t)((value & 0xff00U) >> 8); in dhcp_option_short() [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/ |
H A D | ltoptions.m4 | 45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME 58 # OPTION-LIST is a space-separated list of Libtool options associated 63 [# Set options 69 dnl Simply set some default values (i.e off) if boolean options were not 76 dnl If no reference was made to various pairs of opposing options, then 92 ## Macros to handle LT_INIT options. ## 163 # 'disable-shared' LT_INIT options. 217 # 'disable-static' LT_INIT options. 271 # and 'disable-fast-install' LT_INIT options. 327 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | dhcp.c | 14 * Options: 116 /** Option handling: options are parsed in dhcp_parse_reply 209 /* always add the DHCP options trailer to end and pad */ 596 /* clear options we might not get from the ACK */ in dhcp_handle_ack() 933 /* resize pbuf to reflect true size of options */ in dhcp_decline() 1393 dhcp->msg_out->options[dhcp->options_out_len++] = option_type; in dhcp_option() 1394 dhcp->msg_out->options[dhcp->options_out_len++] = option_len; in dhcp_option() 1404 dhcp->msg_out->options[dhcp->options_out_len++] = value; in dhcp_option_byte() 1411 dhcp->msg_out->options[dhcp->options_out_len++] = (u8_t)((value & 0xff00U) >> 8); in dhcp_option_short() 1412 dhcp->msg_out->options[dhcp->options_out_len++] = (u8_t) (value & 0x00ffU); in dhcp_option_short() [all …]
|
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/ |
H A D | sal_socket.h | 46 /* Additional options, not kept in so_options */ 67 #define SOL_SOCKET 0xfff /* options for socket level */ 100 /* Options for level IPPROTO_TCP */ 107 /* Options and types related to multicast membership */ 117 /* Options for shatdown type */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | ppp.h | 344 unsigned int ccp_all_rejected :1; /* we rejected all peer's options */ 375 lcp_options lcp_wantoptions; /* Options that we want to request */ 376 lcp_options lcp_gotoptions; /* Options that peer ack'd */ 377 lcp_options lcp_allowoptions; /* Options we allow peer to request */ 378 lcp_options lcp_hisoptions; /* Options that we ack'd */ 407 ipcp_options ipcp_wantoptions; /* Options that we want to request */ 408 ipcp_options ipcp_gotoptions; /* Options that peer ack'd */ 409 ipcp_options ipcp_allowoptions; /* Options we allow peer to request */ 410 ipcp_options ipcp_hisoptions; /* Options that we ack'd */ 415 ipv6cp_options ipv6cp_wantoptions; /* Options that we want to request */ [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | ppp.h | 348 unsigned int ccp_all_rejected :1; /* we rejected all peer's options */ 379 lcp_options lcp_wantoptions; /* Options that we want to request */ 380 lcp_options lcp_gotoptions; /* Options that peer ack'd */ 381 lcp_options lcp_allowoptions; /* Options we allow peer to request */ 382 lcp_options lcp_hisoptions; /* Options that we ack'd */ 411 ipcp_options ipcp_wantoptions; /* Options that we want to request */ 412 ipcp_options ipcp_gotoptions; /* Options that peer ack'd */ 413 ipcp_options ipcp_allowoptions; /* Options we allow peer to request */ 414 ipcp_options ipcp_hisoptions; /* Options that we ack'd */ 419 ipv6cp_options ipv6cp_wantoptions; /* Options that we want to request */ [all …]
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | startup_config.h | 36 …1. For Keil uVision IDE, in the Options for Target -> Asm tab, define symbol __STARTUP_CONFIG and … 38 …e symbol __STARTUP_CONFIG in the Assembler options and define symbol __STARTUP_CONFIG=1 in the lin…
|