Searched refs:udhcp_scan_options (Results 1 – 3 of 3) sorted by relevance
233 uint8_t *udhcp_scan_options(struct dhcp_packet *packet, struct dhcp_scan_state *scan_state) FAST_FU…
244 uint8_t* FAST_FUNC udhcp_scan_options(struct dhcp_packet *packet, struct dhcp_scan_state *scan_stat… in udhcp_scan_options() function323 while ((optptr = udhcp_scan_options(packet, &scan_state)) != NULL) { in udhcp_get_option()
495 while ((optptr = udhcp_scan_options(packet, &scan_state)) != NULL) { in fill_envp()