Searched refs:dhcp_option_byte (Results 1 – 1 of 1) sorted by relevance
/btstack/3rd-party/lwip/core/src/core/ipv4/ |
H A D | dhcp.c | 216 static u16_t dhcp_option_byte(u16_t options_out_len, u8_t *options, u8_t value); 429 …options_out_len = dhcp_option_byte(options_out_len, msg_out->options, dhcp_discover_request_option… in dhcp_select() 994 …options_out_len = dhcp_option_byte(options_out_len, msg_out->options, dhcp_discover_request_option… in dhcp_discover() 1149 …options_out_len = dhcp_option_byte(options_out_len, msg_out->options, dhcp_discover_request_option… in dhcp_renew() 1204 …options_out_len = dhcp_option_byte(options_out_len, msg_out->options, dhcp_discover_request_option… in dhcp_rebind() 1261 …options_out_len = dhcp_option_byte(options_out_len, msg_out->options, dhcp_discover_request_option… in dhcp_reboot() 1414 dhcp_option_byte(u16_t options_out_len, u8_t *options, u8_t value) in dhcp_option_byte() function 1458 options_out_len = dhcp_option_byte(options_out_len, options, *p++); in dhcp_option_hostname() 1919 options_out_len_loc = dhcp_option_byte(options_out_len_loc, msg_out->options, message_type); in dhcp_create_msg()
|