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

/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils.c46 static adutils_host_t *host_head = NULL; variable
480 for (adh = host_head; adh != NULL; adh = adh->next) {
553 p = host_head;
562 p = host_head;
680 if (host_head == NULL) {
693 for (adh = host_head, tries = 0; adh != NULL; adh = adh->next) {
723 adh = host_head;
781 for (p = host_head; p != NULL; p = p->next) {
818 new->next = host_head;
819 host_head
[all...]

Completed in 17 milliseconds