llp_t
llp_t *llp;
llp = (llp_t *)llp_list.q_forw;
static llp_t *
llp_t *llp;
for (llp = (llp_t *)llp_list.q_forw; llp != (llp_t *)&llp_list;
llp = (llp_t *)llp->llp_links.q_forw) {
if (llp == (llp_t *)&llp_list)
static llp_t *
llp_t *llp;
if ((llp = calloc(1, sizeof (llp_t))) == NULL) {
llp_t *llp;
llp_t *wp;
for (wp = (llp_t *)llp_list.q_forw; wp != (llp_t *)&llp_list;
wp = (llp_t *)wp->llp_links.q_forw) {
extern llp_t *link_layer_profile;