Searched refs:newep (Results 1 – 3 of 3) sorted by relevance
1352 struct ccuser *newep; in cc_user_sig_handle() local1370 acc->newep[sizeof(acc->newep) - 1] = '\0'; in cc_user_sig_handle()1372 LIST_FOREACH(newep, &user->cc->user_list, node_link) in cc_user_sig_handle()1373 if (strcmp(acc->newep, newep->name) == 0) in cc_user_sig_handle()1377 if (newep == NULL) { in cc_user_sig_handle()1382 if (newep->state != USER_NULL || newep->accepted != NULL) { in cc_user_sig_handle()1388 cc_conn_sig(TAILQ_FIRST(&user->connq), CONN_SIG_ACCEPT, newep); in cc_user_sig_handle()
204 char newep[ATM_EPNAMSIZ]; member
943 struct ccuser *newep = arg; in cc_conn_sig_handle() local964 conn->acceptor = newep; in cc_conn_sig_handle()965 newep->accepted = conn; in cc_conn_sig_handle()