| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_call.c | 271 epref->epref = c->epref_alloc; in allocate_epref() 579 cp->epref.epref != c->msg_setup.epref.epref)) { in u1n6_call_proc() 764 al->epref.epref != c->msg_setup.epref.epref)) { in unx_alerting() 1636 MK_IE_EPREF(msg->u.drop_party_ack.epref, epref->epref, !epref->flag); in respond_drop_party_ack() 1897 stat->epref = u->u.status.epref; in unx_status() 1961 if ((p = uni_find_partyx(c, arg->epref.epref, !arg->epref.flag)) in unx_status_enquiry_request() 2062 epref = u->u.status_enq.epref.epref; in unx_status_enq() 3036 p = uni_find_partyx(c, ar->epref.epref, ar->epref.flag); in unx_add_party_rej() 3109 p = uni_find_partyx(c, dp->epref.epref, dp->epref.flag); in unx_drop_party() 3192 p = uni_find_partyx(c, ack->epref.epref, ack->epref.flag); in unx_drop_party_ack() [all …]
|
| H A D | sig_unimsgcpy.c | 17 dst->epref = src->epref; in copy_msg_alerting() 37 dst->epref = src->epref; in copy_msg_call_proc() 56 dst->epref = src->epref; in copy_msg_connect() 181 dst->epref = src->epref; in copy_msg_setup() 230 dst->epref = src->epref; in copy_msg_status() 241 dst->epref = src->epref; in copy_msg_status_enq() 252 dst->epref = src->epref; in copy_msg_notify() 306 dst->epref = src->epref; in copy_msg_add_party() 337 dst->epref = src->epref; in copy_msg_add_party_ack() 367 dst->epref = src->epref; in copy_msg_party_alerting() [all …]
|
| H A D | sig_party.c | 92 MK_IE_EPREF(ind->epref, epref, mine); in uni_create_partyx() 96 p->epref = epref; in uni_create_partyx() 120 return (uni_create_partyx(c, epref->epref, epref->flag, 0)); in uni_create_party() 129 if (p->epref == epref->epref && in uni_find_party() 140 if (p->epref == epref && (!(p->flags & PARTY_MINE) == !mine)) in uni_find_partyx() 169 ind->epref.epref = p->epref; in uni_destroy_party() 668 MK_IE_EPREF(ind->drop.epref, p->epref, p->flags & PARTY_MINE); in pun5_t398() 739 MK_IE_EPREF(drop->u.drop_party.epref, p->epref, in drop_partyE() 825 MK_IE_EPREF(enq->u.status_enq.epref, p->epref, in punx_status_enquiry_request() 851 ind->drop.epref = u->u.status.epref; in punx_status() [all …]
|
| H A D | sig_verify.c | 64 uni_mandate_epref(struct uni *uni, struct uni_ie_epref *epref) in uni_mandate_epref() argument 69 if (!IE_ISPRESENT(*epref)) { in uni_mandate_epref() 123 if (IE_ISGOOD(*epref)) in uni_mandate_epref() 367 enum uni_callstate cs, struct uni_ie_epref *epref, in uni_respond_status_verify() argument 380 if (epref && IE_ISGOOD(*epref)) { in uni_respond_status_verify() 381 MK_IE_EPREF(resp->u.status.epref, epref->epref, !epref->flag); in uni_respond_status_verify()
|
| H A D | unimkmsg.h | 65 (IE).epref = EPREF; \ 133 if(IE_ISGOOD((U)->u.drop_party_ack.epref)) \ 134 (DEST)->epref = (U)->u.drop_party_ack.epref; \ 149 if(IE_ISGOOD((U)->u.add_party_rej.epref)) \ 150 (DEST)->epref = (U)->u.add_party_rej.epref; \
|
| H A D | unidef.h | 258 struct uni_ie_epref epref; member 262 struct uni_ie_epref epref; member 383 struct uni_ie_epref epref; member 388 struct uni_ie_epref epref; member
|
| H A D | sig_print.c | 179 (const union uni_ieall *)&api->epref, cx); in uni_print_api() 190 (const union uni_ieall *)&api->epref, cx); in uni_print_api() 473 (const union uni_ieall *)&api->epref, cx); in uni_print_api() 484 (const union uni_ieall *)&api->epref, cx); in uni_print_api()
|
| H A D | sig_coord.c | 483 if (IE_ISGOOD(u->u.status_enq.epref)) { in input_unknown() 485 resp->u.status.epref = u->u.status_enq.epref; in input_unknown() 486 MK_IE_EPREF(resp->u.status.epref, in input_unknown() 487 u->u.status_enq.epref.epref, in input_unknown() 488 !u->u.status_enq.epref.flag); in input_unknown()
|
| H A D | unipriv.h | 269 u_int epref; /* endpoint reference */ member 284 struct party *uni_find_partyx(struct call *, u_int epref, u_int mine); 286 struct party *uni_create_partyx(struct call *, u_int epref, u_int mine,
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_conn.c | 349 party->epref.epref = ident; in cc_party_create() 364 party->epref.epref); in cc_party_destroy() 376 if (party->epref.epref == ident) in cc_party_find() 437 NULL, p->epref.epref); in cc_conn_abort() 738 NULL, epref->epref); in cc_party_add_ack_ind() 838 conn->epref.epref = 0; in cc_conn_sig_handle() 1656 req->ack.epref.epref = ind->drop.epref.epref; in cc_conn_sig_handle() 1756 party->epref.epref); in cc_conn_sig_handle() 2037 pcr->epref.epref, 1); in cc_conn_sig_handle() 2046 pcr->epref.epref, 0); in cc_conn_sig_handle() [all …]
|
| H A D | cc_data.c | 194 eparty->epref = party->epref.epref; in cc_get_extended_status() 217 eparty->epref = party->epref.epref; in cc_get_extended_status()
|
| H A D | cc_dump.c | 215 party->epref.flag, party->epref.epref, in cc_dump_party()
|
| H A D | ccpriv.h | 247 struct uni_ie_epref epref; member 373 struct uni_ie_epref epref; member
|
| H A D | atmapi.h | 288 uint16_t epref; member
|
| H A D | cc_user.c | 487 memcpy(ptr, &conn->epref, len); in cc_attr_query()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_msg.h | 12 struct uni_ie_epref epref; member 23 struct uni_ie_epref epref; member 33 struct uni_ie_epref epref; member 94 struct uni_ie_epref epref; member 119 struct uni_ie_epref epref; member 126 struct uni_ie_epref epref; member 133 struct uni_ie_epref epref; member 162 struct uni_ie_epref epref; member 177 struct uni_ie_epref epref; member 192 struct uni_ie_epref epref; member [all …]
|
| H A D | msg.def | 50 epref 73 epref 100 epref 203 epref 235 epref 250 epref 265 epref 320 epref 344 epref 369 epref [all …]
|
| H A D | uni_msg.c | 128 out->epref.h = *hdr; in decode_alerting() 270 out->epref.h = *hdr; in decode_call_proc() 506 out->epref.h = *hdr; in decode_connect() 1522 out->epref.h = *hdr; in decode_setup() 1797 out->epref.h = *hdr; in decode_status() 1884 out->epref.h = *hdr; in decode_status_enq() 1977 out->epref.h = *hdr; in decode_notify() 2483 out->epref.h = *hdr; in decode_add_party() 2724 out->epref.h = *hdr; in decode_add_party_ack() 2914 out->epref.h = *hdr; in decode_party_alerting() [all …]
|
| H A D | uni_ie.h | 18 struct uni_ie_epref epref; member
|
| H A D | unimsglib.h | 51 u_int epref:1;/* Q.2971 9.5.3.2.1 low-pri epref */ member
|
| H A D | ie.def | 43 element epref 0x54 itu 7
|
| H A D | uni_ie.c | 2622 DEF_IE_PRINT(itu, epref) in DEF_IE_PRINT() argument 2626 uni_print_entry(cx, "epref", "(%u,%u)", ie->flag, ie->epref); in DEF_IE_PRINT() 2630 DEF_IE_CHECK(itu, epref) in DEF_IE_CHECK() argument 2634 if(ie->epref >= (2<<15)) in DEF_IE_CHECK() 2640 DEF_IE_ENCODE(itu, epref) in DEF_IE_ENCODE() argument 2642 START_IE(epref, UNI_IE_EPREF, 3); in DEF_IE_ENCODE() 2648 APP_BYTE(msg, (ie->flag << 7) | ((ie->epref >> 8) & 0x7f)); in DEF_IE_ENCODE() 2649 APP_BYTE(msg, (ie->epref & 0xff)); in DEF_IE_ENCODE() 2655 DEF_IE_DECODE(itu, epref) in DEF_IE_DECODE() argument 2668 ie->epref = (c & 0x7f) << 8; in DEF_IE_DECODE() [all …]
|
| H A D | unistruct.h | 778 u_int epref : 15; member
|