Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/contrib/ngatm/netnatm/sig/
Dsig_call.c326 if (c->type == CALL_LEAF || c->type == CALL_ROOT) { in clear_callD()
499 c->type = CALL_ROOT; in un0_setup_request()
606 if (c->type == CALL_ROOT && !IE_ISGOOD(cp->epref)) in u1n6_call_proc()
677 if (c->type == CALL_ROOT && !TAILQ_EMPTY(&c->parties)) { in u1n6_t303()
790 if (c->type == CALL_ROOT && !IE_ISGOOD(al->epref)) in unx_alerting()
809 if (c->type == CALL_LEAF || c->type == CALL_ROOT) { in unx_alerting()
882 if (c->type == CALL_ROOT || c->type == CALL_LEAF) { in unx_alerting_request()
999 (c->type == CALL_LEAF || c->type == CALL_ROOT)) { in n8_setup_compl_request()
1107 if (c->type == CALL_ROOT && !IE_ISGOOD(co->epref)) in unx_connect()
1133 (c->type == CALL_LEAF || c->type == CALL_ROOT)) in unx_connect()
[all …]
Dsig_coord.c901 if (c->type != CALL_ROOT) { in uni_sig_coord()
985 if (c->type != CALL_ROOT && c->type != CALL_LEAF) { in uni_sig_coord()
1006 if (c->type != CALL_ROOT && c->type != CALL_LEAF) { in uni_sig_coord()
Dunipriv.h294 CALL_ROOT, /* point-to-multipoint root */ enumerator