Home
last modified time | relevance | path

Searched refs:UNI_DROP_PARTY (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_print.c573 uni_print_msg(NULL, 0, UNI_DROP_PARTY, in uni_print_api()
583 uni_print_msg(NULL, 0, UNI_DROP_PARTY, in uni_print_api()
603 uni_print_msg(NULL, 0, UNI_DROP_PARTY, in uni_print_api()
H A Dsig_party.c738 MK_MSG_ORIG(drop, UNI_DROP_PARTY, p->call->cref, !p->call->mine); in drop_partyE()
771 MK_MSG_ORIG(drop, UNI_DROP_PARTY, p->call->cref, !p->call->mine); in punx_drop_party_request()
H A Dsig_coord.c614 case UNI_DROP_PARTY: in input_call()
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h72 UNI_DROP_PARTY = 0x83, /* drop party */ enumerator
H A Duni_msg.c3180 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_DROP_PARTY, cx, &mlen)) in encode_drop_party()