Lines Matching refs:u8_t
114 void *dhcps_option_info(u8_t op_id, u32_t opt_len) in dhcps_option_info()
167 void dhcps_set_option_info(u8_t op_id, void *opt_info, u32_t opt_len) in dhcps_set_option_info()
297 static u8_t *add_msg_type(u8_t *optptr, u8_t type) in add_msg_type()
311 static u8_t *add_offer_options(u8_t *optptr) in add_offer_options()
405 static u8_t *add_end(u8_t *optptr) in add_end()
476 u8_t *end; in send_offer()
478 u8_t *data; in send_offer()
505 data = (u8_t *)q->payload; in send_offer()
508 data[i] = ((u8_t *) m)[cnt++]; in send_offer()
555 u8_t *end; in send_nak()
557 u8_t *data; in send_nak()
583 data = (u8_t *)q->payload; in send_nak()
586 data[i] = ((u8_t *) m)[cnt++]; in send_nak()
633 u8_t *end; in send_ack()
635 u8_t *data; in send_ack()
660 data = (u8_t *)q->payload; in send_ack()
663 data[i] = ((u8_t *) m)[cnt++]; in send_ack()
711 static u8_t parse_options(u8_t *optptr, s16_t len) in parse_options()
719 u8_t *end = optptr + len; in parse_options()
964 u8_t *p_dhcps_msg = NULL; in handle_dhcp()
965 u8_t *data; in handle_dhcp()
990 p_dhcps_msg = (u8_t *)pmsg_dhcps; in handle_dhcp()
1255 u8_t num_dhcps_pool = 0; in dhcps_coarse_tmr()
1291 bool dhcp_search_ip_on_mac(u8_t *mac, ip4_addr_t *ip) in dhcp_search_ip_on_mac()