| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_port.c | 539 if (conn->cref.cref == cref->cref && in find_cref() 540 conn->cref.flag == cref->flag) in find_cref() 553 struct uni_cref *cref; in cc_uni_signal() local 604 cref = &uni_msg_rptr(msg, struct uniapi_call_destroyed *)->cref; in cc_uni_signal() 626 cref = &uni_msg_rptr(msg, struct uniapi_party_created *)->cref; in cc_uni_signal() 701 ->release.hdr.cref; in cc_uni_signal() 716 ->release.hdr.cref; in cc_uni_signal() 731 ->connect.hdr.cref; in cc_uni_signal() 779 ->setup.hdr.cref; in cc_uni_signal() 855 ->drop.hdr.cref; in cc_uni_signal() [all …]
|
| H A D | cc_data.c | 189 econn->cref = conn->cref.cref; in cc_get_extended_status() 190 if (conn->cref.flag) in cc_get_extended_status() 191 econn->cref |= (1 << 23); in cc_get_extended_status() 212 econn->cref = conn->cref.cref; in cc_get_extended_status() 213 if (conn->cref.flag) in cc_get_extended_status() 214 econn->cref |= (1 << 23); in cc_get_extended_status()
|
| H A D | cc_conn.c | 172 req->release.hdr.cref = conn->cref; in do_release_request() 203 resp->release_compl.hdr.cref = conn->cref; in do_release_response() 476 conn->cref.flag = 0; in cc_conn_abort() 477 conn->cref.cref = 0; in cc_conn_abort() 909 req->release.hdr.cref = conn->cref; in cc_conn_sig_handle() 975 resp->connect.hdr.cref = conn->cref; in cc_conn_sig_handle() 1047 req->add.hdr.cref = conn->cref; in cc_conn_sig_handle() 1100 req->drop.hdr.cref = conn->cref; in cc_conn_sig_handle() 1202 conn->cref = cr->cref; in cc_conn_sig_handle() 1207 conn->cref = cr->cref; in cc_conn_sig_handle() [all …]
|
| H A D | cc_dump.c | 230 conn->user, conn->cref.cref, conn->cref.flag, in cc_dump_conn()
|
| H A D | atmapi.h | 281 uint32_t cref; /* (flag << 23) | cref */ member
|
| H A D | ccpriv.h | 232 struct uni_cref cref; member
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_coord.c | 332 if (u->u.hdr.cref.cref == CREF_DUMMY) { in coord_saal_data_indication() 343 if (u->u.hdr.cref.cref == CREF_GLOBAL) in coord_saal_data_indication() 377 if (u->u.hdr.cref.flag) { in input_global() 389 if (!u->u.hdr.cref.flag) { in input_global() 404 if (u->u.hdr.cref.flag) in input_global() 440 if (u->u.hdr.cref.flag) in input_unknown() 445 if ((c = uni_create_call(uni, u->u.hdr.cref.cref, 0, 0)) != NULL) { in input_unknown() 498 if (u->u.hdr.cref.flag) in input_unknown() 503 if ((c = uni_create_call(uni, u->u.hdr.cref.cref, 0, 0)) != NULL) { in input_unknown() 1116 MK_MSG_RESP(resp, UNI_STATUS, cref); in uni_respond_status() [all …]
|
| H A D | sig_call.c | 128 if (c->cref == cref->cref && (!c->mine == !cref->flag)) in uni_find_call() 160 ind->cref.cref = cref; in uni_create_call() 165 c->cref = cref; in uni_create_call() 240 ind->cref.cref = c->cref; in uni_destroy_call() 315 ind->release.hdr.cref.cref = c->cref; in clear_callD() 664 conf->release.hdr.cref.cref = c->cref; in u1n6_t303() 1678 conf->release.hdr.cref.cref = c->cref; in u11n12_t308() 1777 conf->release.hdr.cref.cref = c->cref; in un11un12_status() 1868 conf->release.hdr.cref.cref = c->cref; in unx_status() 2123 conf->release.hdr.cref.cref = c->cref; in unx_link_release_indication() [all …]
|
| H A D | unimkmsg.h | 37 (MSG)->u.hdr.cref.cref = (CREF); \ 38 (MSG)->u.hdr.cref.flag = (FLAG); \ 45 (MSG)->u.hdr.cref.cref = (CREF)->cref; \ 46 (MSG)->u.hdr.cref.flag = !(CREF)->flag; \
|
| H A D | sig_party.c | 63 p->call->cref, p->call->mine, in TIMER_FUNC_PARTY() 90 ind->cref.cref = c->cref; in uni_create_partyx() 91 ind->cref.flag = c->mine; in uni_create_partyx() 167 ind->cref.cref = p->call->cref; in uni_destroy_party() 168 ind->cref.flag = p->call->mine; in uni_destroy_party() 368 p->call->cref, !p->call->mine); in pun2_party_alerting_request() 665 ind->drop.hdr.cref.cref = p->call->cref; in pun5_t398() 666 ind->drop.hdr.cref.flag = p->call->mine; in pun5_t398() 679 p->call->cref, !p->call->mine); in pun5_t398() 725 ind->drop.hdr.cref.cref = p->call->cref; in drop_partyE() [all …]
|
| H A D | unidef.h | 251 struct uni_cref cref; member 254 struct uni_cref cref; member 257 struct uni_cref cref; member 261 struct uni_cref cref; member 265 struct uni_cref cref; member 311 struct uni_cref cref; /* STATUS message CREF */ member 378 struct uni_cref cref; member 387 struct uni_cref cref; member
|
| H A D | sig_reset.c | 251 uni_respond_status_mtype(uni, &u->u.hdr.cref, uni->glob_start, in start_restart_ack() 300 uni_respond_status_verify(uni, &u->u.hdr.cref, in start_restart_ack() 313 uni_respond_status_verify(uni, &u->u.hdr.cref, in start_restart_ack() 381 uni_respond_status_verify(uni, &u->u.hdr.cref, uni->glob_start, in start_status() 410 resp->cref = u->u.hdr.cref; in start_status() 519 MK_MSG_ORIG(resp, UNI_RELEASE_COMPL, c->cref, c->mine); in restart_forward() 561 uni_respond_status_verify(uni, &u->u.hdr.cref, in response_restart() 569 uni_respond_status_verify(uni, &u->u.hdr.cref, in response_restart() 606 uni_respond_status_mtype(uni, &u->u.hdr.cref, uni->glob_respond, in response_restart() 767 uni_respond_status_verify(uni, &u->u.hdr.cref, in response_status() [all …]
|
| H A D | sig_print.c | 160 uni_print_cref(NULL, 0, &api->cref, cx); in uni_print_api() 168 uni_print_cref(NULL, 0, &api->cref, cx); in uni_print_api() 176 uni_print_cref(NULL, 0, &api->cref, cx); in uni_print_api() 187 uni_print_cref(NULL, 0, &api->cref, cx); in uni_print_api() 287 uni_print_cref(NULL, 0, &api->cref, cx); in uni_print_api() 460 uni_print_cref(NULL, 0, &api->cref, cx); in uni_print_api() 481 uni_print_cref(NULL, 0, &api->cref, cx); in uni_print_api() 615 uni_print_cref(NULL, 0, &api->cref, cx); in uni_print_api()
|
| H A D | unipriv.h | 309 u_int cref; /* call reference value or lij seqno */ member 338 struct call *uni_find_callx(struct uni *, u_int cref, u_int mine); 339 struct call *uni_create_call(struct uni *, u_int cref, u_int mine, 497 void uni_respond_status(struct uni *uni, struct uni_cref *cref, 499 void uni_respond_status_mtype(struct uni *uni, struct uni_cref *cref,
|
| H A D | sig_verify.c | 366 uni_respond_status_verify(struct uni *uni, struct uni_cref *cref, in uni_respond_status_verify() argument 377 MK_MSG_RESP(resp, UNI_STATUS, cref); in uni_respond_status_verify()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | privmsg.c | 64 out->u.hdr.cref.flag = (*msg->b_rptr & 0x80) ? 1 : 0; in uni_decode_head() 65 out->u.hdr.cref.cref = (*msg->b_rptr++ & 0x7f) << 16; in uni_decode_head() 66 out->u.hdr.cref.cref |= *msg->b_rptr++ << 8; in uni_decode_head() 67 out->u.hdr.cref.cref |= *msg->b_rptr++; in uni_decode_head()
|
| H A D | uni_hdr.h | 163 u_int cref; member 170 struct uni_cref cref; member
|
| H A D | uni_ie.c | 223 if(h->cref.cref >= 1<<23) in uni_encode_msg_hdr() 225 APP_24BIT(msg, h->cref.cref | (h->cref.flag ? 0x800000 : 0)); in uni_encode_msg_hdr() 682 uni_print_cref_internal(const struct uni_cref *cref, struct unicx *cx) in uni_print_cref_internal() argument 684 uni_print_entry(cx, "cref", "%d.", cref->flag); in uni_print_cref_internal() 685 if (cref->cref == CREF_GLOBAL) in uni_print_cref_internal() 687 else if (cref->cref == CREF_DUMMY) in uni_print_cref_internal() 690 uni_printf(cx, "%d", cref->cref); in uni_print_cref_internal() 693 uni_print_cref(char *str, size_t len, const struct uni_cref *cref, in uni_print_cref() argument 697 uni_print_cref_internal(cref, cx); in uni_print_cref() 711 uni_print_cref_internal(&hdr->cref, cx); in uni_print_msghdr_internal()
|