Home
last modified time | relevance | path

Searched refs:UNI_STATUS (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_coord.c403 case UNI_STATUS: in input_global()
457 case UNI_STATUS: in input_unknown()
478 MK_MSG_RESP(resp, UNI_STATUS, &u->u.hdr.cref); in input_unknown()
590 case UNI_STATUS: in input_call()
1116 MK_MSG_RESP(resp, UNI_STATUS, cref); in uni_respond_status()
1137 MK_MSG_RESP(resp, UNI_STATUS, cref); in uni_respond_status_mtype()
H A Dsig_verify.c377 MK_MSG_RESP(resp, UNI_STATUS, cref); in uni_respond_status_verify()
H A Dsig_reset.c659 MK_MSG_ORIG(resp, UNI_STATUS, 0, 1); in response_error()
H A Dsig_call.c1782 ADD_CAUSE_MTYPE(conf->release.cause[0], UNI_STATUS); in un11un12_status()
1873 ADD_CAUSE_MTYPE(conf->release.cause[0], UNI_STATUS); in unx_status()
2075 MK_MSG_ORIG(u, UNI_STATUS, c->cref, !c->mine); in unx_status_enq()
3279 MK_MSG_RESP(resp, UNI_STATUS, &u->u.hdr.cref); in uni_bad_message()
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h67 UNI_STATUS = 0x7d, /* status */ enumerator
H A Duni_msg.c1748 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_STATUS, cx, &mlen)) in encode_status()