Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dllp.c58 static struct qelem llp_list; variable
105 while (llp_list.q_forw != &llp_list) { in llp_list_free()
106 llp = (llp_t *)llp_list.q_forw; in llp_list_free()
117 llp_list.q_forw = llp_list.q_back = &llp_list; in initialize_llp()
128 for (llp = (llp_t *)llp_list.q_forw; llp != (llp_t *)&llp_list; in llp_lookup()
133 if (llp == (llp_t *)&llp_list) in llp_lookup()
174 insque(&llp->llp_links, llp_list.q_back); in llp_add()
328 for (wp = (llp_t *)llp_list.q_forw; wp != (llp_t *)&llp_list; in upgrade_llp_config()