Home
last modified time | relevance | path

Searched refs:list_hd (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c205 wk = list_hd; in flush_list()
212 list_hd = list_tl = NULL; in flush_list()
219 if (list_hd == NULL) in remove_list()
222 if (list_hd == list_tl) { in remove_list()
223 list_hd = list_tl = NULL; in remove_list()
225 list_hd = pl->next; in remove_list()
226 list_hd->prev = NULL; in remove_list()
274 if (list_hd == NULL) { in bootp_collect()
275 list_hd = list_tl = pl; in bootp_collect()
297 if (list_hd != NULL) { in bootp_success()
[all …]