Home
last modified time | relevance | path

Searched refs:epref (Results 1 – 23 of 23) sorted by relevance

/freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/
Dsig_call.c254 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 …]
Dsig_unimsgcpy.c16 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 …]
Dsig_party.c64 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 …]
Dsig_verify.c64 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()
Dunimkmsg.h65 (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; \
Dunidef.h258 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
Dsig_coord.c483 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()
Dsig_print.c179 (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()
Dunipriv.h269 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/
Dcc_conn.c347 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 …]
Dcc_data.c194 eparty->epref = party->epref.epref; in cc_get_extended_status()
217 eparty->epref = party->epref.epref; in cc_get_extended_status()
Dcc_dump.c215 party->epref.flag, party->epref.epref, in cc_dump_party()
Dccpriv.h247 struct uni_ie_epref epref; member
373 struct uni_ie_epref epref; member
Datmapi.h288 uint16_t epref; member
Dcc_user.c487 memcpy(ptr, &conn->epref, len); in cc_attr_query()
/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
Duni_msg.h12 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 …]
Dmsg.def50 epref
73 epref
100 epref
203 epref
235 epref
250 epref
265 epref
320 epref
344 epref
369 epref
[all …]
Duni_msg.c27 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 …]
Duni_ie.h18 struct uni_ie_epref epref; member
Dunimsglib.h51 u_int epref:1;/* Q.2971 9.5.3.2.1 low-pri epref */ member
Die.def43 element epref 0x54 itu 7
Duni_ie.c2624 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 …]
Dunistruct.h778 u_int epref : 15; member