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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_anon_rcm.c108 static ip_status_t *ip_list = NULL; variable
147 while (ip_list != NULL) {
148 tlist = ip_list->next;
149 free(ip_list);
150 ip_list = tlist;
302 tlist = ip_list;
369 tlist = ip_list;
434 tlist = ip_list;
455 tlist = ip_list;
547 tlist = ip_list;
[all...]

Completed in 181 milliseconds