Searched refs:options (Results 1 – 9 of 9) sorted by relevance
| /lib/liblwip/src/core/ |
| D | dhcp.c | 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() 1290 dhcp->msg_out->options[dhcp->options_out_len++] = (u8_t) (value & 0x00ffU); in dhcp_option_short() 1297 dhcp->msg_out->options[dhcp->options_out_len++] = (u8_t)((value & 0xff000000UL) >> 24); in dhcp_option_long() 1298 dhcp->msg_out->options[dhcp->options_out_len++] = (u8_t)((value & 0x00ff0000UL) >> 16); in dhcp_option_long() 1299 dhcp->msg_out->options[dhcp->options_out_len++] = (u8_t)((value & 0x0000ff00UL) >> 8); in dhcp_option_long() 1300 dhcp->msg_out->options[dhcp->options_out_len++] = (u8_t)((value & 0x000000ffUL)); in dhcp_option_long() 1339 u8_t *options; in dhcp_parse_reply() local [all …]
|
| /sys/include/ |
| D | wait.h | 20 pid_t waitpid(pid_t pid, int *status, int options);
|
| /lib/libc/ |
| D | process.c | 34 waitpid(pid_t pid, int *status, UNUSED int options) in waitpid() argument
|
| /lib/liblwip/src/include/lwip/ |
| D | dhcp.h | 101 PACK_STRUCT_FIELD(u8_t options[DHCP_OPTIONS_LEN]);
|
| /lib/liblwip/ |
| D | CHANGELOG | 255 to other options 486 * dhcp.h, dhcp.c: Reworked the code that parses DHCP options: parse 671 add IP options) 677 * ip.c: Fixed bug #30402: CHECKSUM_GEN_IP_INLINE does not add IP options 735 * various files: Fixed compiling with different options disabled (TCP/UDP), 972 New configuration options ETHARP_SUPPORT_VLAN and ETHARP_VLAN_CHECK. 1152 hosts table. New configuration options DNS_LOCAL_HOSTLIST and 1161 TCP timestamp options, off by default. Rework tcp_enqueue() to 1254 * ip.h, ip.c, igmp.c: bug #26487: Added ip_output_if_opt that can add IP options 1320 * tcp_out.c: Fixed bug #26236: "TCP options (timestamp) don't work with [all …]
|
| D | UPGRADING | 64 +++ new options:
|
| /docs/ |
| D | Doxyfile | 27 # Project related configuration options 491 # Build related configuration options 812 # Configuration options related to warning and progress messages 911 # Configuration options related to the input files 1146 # Configuration options related to source browsing 1232 # Configuration options related to the alphabetical class index 1252 # Configuration options related to the HTML output 1280 # that doxygen needs, which is dependent on the configuration options used (e.g. 1813 # the search. The filter options can be selected when the cursor is inside the 1890 # Configuration options related to the LaTeX output [all …]
|
| / |
| D | SConstruct | 28 env = Environment(options = opts,
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 490 high values to the memory options.
|