Home
last modified time | relevance | path

Searched refs:rej (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c1435 goto rej; in decode_cause()
1440 goto rej; in decode_cause()
1446 goto rej; in decode_cause()
1703 goto rej; in DEF_IE_DECODE()
1773 goto rej; in DEF_IE_DECODE()
1778 goto rej; in DEF_IE_DECODE()
1848 goto rej; in DEF_IE_DECODE()
2324 goto rej; in DEF_IE_DECODE()
2330 goto rej; in DEF_IE_DECODE()
2333 goto rej; in DEF_IE_DECODE()
[all …]
H A Dunistruct.h721 } rej; member
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_party.c300 struct uni_all *rej; in pun2_add_party_rej_request() local
304 if ((rej = UNI_ALLOC()) == NULL) { in pun2_add_party_rej_request()
312 rej->u.add_party_rej = req->rej; in pun2_add_party_rej_request()
313 MK_MSG_ORIG(rej, UNI_ADD_PARTY_REJ, p->call->cref, !p->call->mine); in pun2_add_party_rej_request()
314 uni_enq_call(p->call, SIGC_SEND_ADD_PARTY_REJ, cookie, NULL, rej); in pun2_add_party_rej_request()
471 ind->rej.hdr = u->u.hdr; in pun1_add_party_rej()
472 copy_msg_add_party_rej(&u->u.add_party_rej, &ind->rej); in pun1_add_party_rej()
H A Dunidef.h412 struct uni_add_party_rej rej; member
415 struct uni_add_party_rej rej; member
H A Dsig_call.c2408 struct uniapi_add_party_rej_indication *rej = in ux_add_party_rej_indication() local
2413 make_drop_cause(c, &rej->rej.cause); in ux_add_party_rej_indication()
2431 struct uniapi_add_party_rej_indication *rej = in nx_add_party_rej_indication() local
2437 make_drop_cause(c, &rej->rej.cause); in nx_add_party_rej_indication()
2579 struct uniapi_add_party_rej_request *rej = in unx_add_party_rej_request() local
2583 if (!IE_ISGOOD(rej->rej.epref)) { in unx_add_party_rej_request()
2588 if (rej->rej.epref.flag != 1) { in unx_add_party_rej_request()
2593 if ((p = uni_find_partyx(c, rej->rej.epref.epref, 0)) == NULL) { in unx_add_party_rej_request()
2696 goto rej; in unx_add_party()
2704 rej: in unx_add_party()
H A Dsig_print.c554 (const union uni_msgall *)&api->rej, cx); in uni_print_api()
564 (const union uni_msgall *)&api->rej, cx); in uni_print_api()
H A Dsig_coord.c963 if ((c = uni_find_call(uni, &arg->rej.hdr.cref)) != NULL) { in uni_sig_coord()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c905 ng_hci_reject_con_cp rej; in ng_hci_lp_con_rsp() member
1040 req->hdr.length = sizeof(req->cp.rej); in ng_hci_lp_con_rsp()
1045 bcopy(&ep->bdaddr, &req->cp.rej.bdaddr, in ng_hci_lp_con_rsp()
1046 sizeof(req->cp.rej.bdaddr)); in ng_hci_lp_con_rsp()
1048 req->cp.rej.reason = ep->status; in ng_hci_lp_con_rsp()
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_user.c1287 struct atm_reject_incoming_call *rej = uni_msg_rptr(msg, in cc_user_sig_handle() local
1307 conn->cause[0] = rej->cause; in cc_user_sig_handle()
H A Dcc_port.c840 struct uniapi_add_party_rej_indication *)->rej.hdr.cref; in cc_uni_signal()
H A Dcc_conn.c1593 conn->user->cause[0] = ind->rej.cause; in cc_conn_sig_handle()
1595 cc_party_add_rej_ind(conn, &ind->rej.epref); in cc_conn_sig_handle()