Searched defs:dst_iterator (Results 1 - 1 of 1) sorted by relevance

/external/dhcpcd-6.8.2/
H A Ddhcp.c2012 struct dhcp_option_iterator dst_iterator; local
2023 init_option_iterator(dst, &dst_iterator);
2024 while (iterate_next_option(&dst_iterator, &option, NULL, NULL)) {
2031 out = (uint8_t *) dst_iterator.ptr;
2032 out_end = dst_iterator.end;

Completed in 101 milliseconds