Searched refs:llp_t (Results 1 – 2 of 2) sorted by relevance
103 llp_t *llp; in llp_list_free()106 llp = (llp_t *)llp_list.q_forw; in llp_list_free()120 static llp_t *123 llp_t *llp; in llp_lookup()128 for (llp = (llp_t *)llp_list.q_forw; llp != (llp_t *)&llp_list; in llp_lookup()129 llp = (llp_t *)llp->llp_links.q_forw) { in llp_lookup()133 if (llp == (llp_t *)&llp_list) in llp_lookup()141 static llp_t *144 llp_t *llp; in llp_add()146 if ((llp = calloc(1, sizeof (llp_t))) == NULL) { in llp_add()[all …]
70 } llp_t; typedef72 extern llp_t *link_layer_profile;