Lines Matching refs:u8_t
76 u8_t cli_hwaddr[DHCP_CHADDR_LEN];
87 u8_t pcb_allocated;
88 u8_t lease_num;
104 LWIP_STATIC void dhcp_common_option(struct dhcp_msg *msg_out, u8_t option_type, u8_t option_len, u1…
105 LWIP_STATIC void dhcp_common_option_byte(struct dhcp_msg *msg_out, u8_t value, u16_t *options_out_l…
127 … struct dhcp_msg *client_msg, ip4_addr_t serverid, u8_t msg_type);
315 void dhcp_common_option(struct dhcp_msg *msg_out, u8_t option_type, u8_t option_len, u16_t *options… in dhcp_common_option()
320 void dhcp_common_option_byte(struct dhcp_msg *msg_out, u8_t value, u16_t *options_out_len) in dhcp_common_option_byte()
720 … struct dhcp_msg *client_msg, ip4_addr_t serverid, u8_t msg_type) in handle_client_messages()
763 u8_t msg_type; in dhcps_recv()
829 msg_type = (u8_t)dhcps_get_option_value(dhcps, DHCP_OPTION_IDX_MSG_TYPE); in dhcps_recv()
906 dhcps->lease_num = (u8_t)(dhcps->end_addr.addr - dhcps->start_addr.addr + 1); in dhcps_start()
932 dhcps->lease_num = (u8_t)(dhcps->end_addr.addr - dhcps->start_addr.addr + 1); in dhcps_start()