| /freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/ |
| D | sig_call.c | 254 allocate_epref(struct call *c, struct uni_ie_epref *epref) in allocate_epref() argument 265 if (p->epref == c->epref_alloc) { in allocate_epref() 269 IE_SETPRESENT(*epref); in allocate_epref() 270 epref->flag = 0; in allocate_epref() 271 epref->epref = c->epref_alloc; in allocate_epref() 273 epref->h.coding = UNI_CODING_ITU; in allocate_epref() 274 epref->h.act = UNI_IEACT_DEFAULT; in allocate_epref() 398 if (IE_ISGOOD(u->u.setup.epref) && in un0_setup() 399 u->u.setup.epref.flag == 1) { in un0_setup() 400 IE_SETERROR(u->u.setup.epref); in un0_setup() [all …]
|
| D | sig_unimsgcpy.c | 16 if(IE_ISGOOD(src->epref)) in copy_msg_alerting() 17 dst->epref = src->epref; in copy_msg_alerting() 36 if(IE_ISGOOD(src->epref)) in copy_msg_call_proc() 37 dst->epref = src->epref; in copy_msg_call_proc() 55 if(IE_ISGOOD(src->epref)) in copy_msg_connect() 56 dst->epref = src->epref; in copy_msg_connect() 180 if(IE_ISGOOD(src->epref)) in copy_msg_setup() 181 dst->epref = src->epref; in copy_msg_setup() 229 if(IE_ISGOOD(src->epref)) in copy_msg_status() 230 dst->epref = src->epref; in copy_msg_status() [all …]
|
| D | sig_party.c | 64 p->epref, p->flags & PARTY_MINE, p->state, state); in TIMER_FUNC_PARTY() 74 uni_create_partyx(struct call *c, u_int epref, u_int mine, uint32_t cookie) in uni_create_partyx() argument 92 MK_IE_EPREF(ind->epref, epref, mine); in uni_create_partyx() 93 ind->epref.h.act = UNI_IEACT_DEFAULT; in uni_create_partyx() 96 p->epref = epref; in uni_create_partyx() 111 p->epref, (p->flags & PARTY_MINE) ? "mine" : "his"); in uni_create_partyx() 118 uni_create_party(struct call *c, struct uni_ie_epref *epref) in uni_create_party() argument 120 return (uni_create_partyx(c, epref->epref, epref->flag, 0)); in uni_create_party() 124 uni_find_party(struct call *c, struct uni_ie_epref *epref) in uni_find_party() argument 129 if (p->epref == epref->epref && in uni_find_party() [all …]
|
| 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()
|
| 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; \
|
| 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
|
| 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()
|
| 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()
|
| 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,
|
| /freebsd-12-stable/sys/contrib/ngatm/netnatm/api/ |
| D | cc_conn.c | 347 IE_SETPRESENT(party->epref); in cc_party_create() 348 party->epref.flag = flag; in cc_party_create() 349 party->epref.epref = ident; in cc_party_create() 363 cc_party_log(party, "destroyed %u.%u", party->epref.flag, in cc_party_destroy() 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() 706 party = cc_party_find(conn, conn->epref.epref); in cc_party_setup_conf() 721 cc_party_add_ack_ind(struct ccconn *conn, const struct uni_ie_epref *epref) in cc_party_add_ack_ind() argument 725 party = cc_party_find(conn, epref->epref); in cc_party_add_ack_ind() [all …]
|
| 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()
|
| D | cc_dump.c | 215 party->epref.flag, party->epref.epref, in cc_dump_party()
|
| D | ccpriv.h | 247 struct uni_ie_epref epref; member 373 struct uni_ie_epref epref; member
|
| D | atmapi.h | 288 uint16_t epref; member
|
| D | cc_user.c | 487 memcpy(ptr, &conn->epref, len); in cc_attr_query()
|
| /freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/ |
| 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 …]
|
| D | msg.def | 50 epref 73 epref 100 epref 203 epref 235 epref 250 epref 265 epref 320 epref 344 epref 369 epref [all …]
|
| D | uni_msg.c | 27 if(msg->epref.h.present & UNI_IE_PRESENT) in print_alerting() 28 uni_print_ie_internal(UNI_IE_EPREF, (union uni_ieall *)&msg->epref, cx); in print_alerting() 52 ret |= uni_check_ie(UNI_IE_EPREF, (union uni_ieall *)&m->epref, cx); in check_alerting() 82 if((p->epref.h.present & UNI_IE_PRESENT) && in encode_alerting() 83 uni_encode_ie(UNI_IE_EPREF, msg, (union uni_ieall *)&p->epref, cx)) in encode_alerting() 128 out->epref.h = *hdr; in decode_alerting() 131 if(uni_decode_ie_body(UNI_IE_EPREF, (union uni_ieall *)&out->epref, msg, ielen, cx)) in decode_alerting() 203 if(msg->epref.h.present & UNI_IE_PRESENT) in print_call_proc() 204 uni_print_ie_internal(UNI_IE_EPREF, (union uni_ieall *)&msg->epref, cx); in print_call_proc() 217 ret |= uni_check_ie(UNI_IE_EPREF, (union uni_ieall *)&m->epref, cx); in check_call_proc() [all …]
|
| D | uni_ie.h | 18 struct uni_ie_epref epref; member
|
| D | unimsglib.h | 51 u_int epref:1;/* Q.2971 9.5.3.2.1 low-pri epref */ member
|
| D | ie.def | 43 element epref 0x54 itu 7
|
| D | uni_ie.c | 2624 DEF_IE_PRINT(itu, epref) in DEF_IE_PRINT() argument 2628 uni_print_entry(cx, "epref", "(%u,%u)", ie->flag, ie->epref); in DEF_IE_PRINT() 2632 DEF_IE_CHECK(itu, epref) in DEF_IE_CHECK() argument 2636 if(ie->epref >= (2<<15)) in DEF_IE_CHECK() 2642 DEF_IE_ENCODE(itu, epref) in DEF_IE_ENCODE() argument 2644 START_IE(epref, UNI_IE_EPREF, 3); in DEF_IE_ENCODE() 2650 APP_BYTE(msg, (ie->flag << 7) | ((ie->epref >> 8) & 0x7f)); in DEF_IE_ENCODE() 2651 APP_BYTE(msg, (ie->epref & 0xff)); in DEF_IE_ENCODE() 2657 DEF_IE_DECODE(itu, epref) in DEF_IE_DECODE() argument 2670 ie->epref = (c & 0x7f) << 8; in DEF_IE_DECODE() [all …]
|
| D | unistruct.h | 778 u_int epref : 15; member
|