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, u16_t *options_out_len);
105 LWIP_STATIC void dhcp_common_option_byte(struct dhcp_msg *msg_out, u8_t value, u16_t *options_out_len);
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_out_len)
320 void dhcp_common_option_byte(struct dhcp_msg *msg_out, u8_t value, u16_t *options_out_len)
720 struct dhcp_msg *client_msg, ip4_addr_t serverid, u8_t msg_type)
763 u8_t msg_type;
829 msg_type = (u8_t)dhcps_get_option_value(dhcps, DHCP_OPTION_IDX_MSG_TYPE);
906 dhcps->lease_num = (u8_t)(dhcps->end_addr.addr - dhcps->start_addr.addr + 1);
932 dhcps->lease_num = (u8_t)(dhcps->end_addr.addr - dhcps->start_addr.addr + 1);