• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/

Lines Matching refs:drop

500 	ind->drop.hdr = u->u.hdr;
501 COPY_FROM_ADD_REJ(u, &ind->drop);
532 ind->drop.hdr = u->u.hdr;
533 COPY_FROM_DROP_ACK(u, &ind->drop);
563 ind->drop.hdr = u->u.hdr;
564 copy_msg_drop_party(&u->u.drop_party, &ind->drop);
568 ind->drop.cause = u->u.drop_party.cause;
602 ind->drop.hdr = u->u.hdr;
603 copy_msg_drop_party(&u->u.drop_party, &ind->drop);
607 ind->drop.cause = u->u.drop_party.cause;
654 struct uni_all *drop;
665 ind->drop.hdr.cref.cref = p->call->cref;
666 ind->drop.hdr.cref.flag = p->call->mine;
667 ind->drop.hdr.act = UNI_MSGACT_DEFAULT;
668 MK_IE_EPREF(ind->drop.epref, p->epref, p->flags & PARTY_MINE);
669 ind->drop.cause = p->call->uni->cause;
677 if ((drop = UNI_ALLOC()) != NULL) {
678 MK_MSG_ORIG(drop, UNI_DROP_PARTY_ACK,
680 MK_IE_EPREF(drop->u.drop_party_ack.epref,
682 drop->u.drop_party_ack.cause = p->call->uni->cause;
683 uni_enq_call(p->call, SIGC_SEND_DROP_PARTY_ACK, 0, NULL, drop);
719 struct uni_all *drop;
725 ind->drop.hdr.cref.cref = p->call->cref;
726 ind->drop.hdr.cref.flag = p->call->mine;
727 ind->drop.hdr.act = UNI_MSGACT_DEFAULT;
728 MK_IE_EPREF(ind->drop.epref, p->epref, p->flags & PARTY_MINE);
729 ind->drop.cause = p->call->uni->cause;
736 if ((drop = UNI_ALLOC()) != NULL) {
737 drop->u.drop_party.cause = p->call->uni->cause;
738 MK_MSG_ORIG(drop, UNI_DROP_PARTY, p->call->cref, !p->call->mine);
739 MK_IE_EPREF(drop->u.drop_party.epref, p->epref,
741 uni_enq_call(p->call, SIGC_SEND_DROP_PARTY, 0, NULL, drop);
758 struct uni_all *drop;
760 if ((drop = UNI_ALLOC()) == NULL) {
770 drop->u.drop_party = req->drop;
771 MK_MSG_ORIG(drop, UNI_DROP_PARTY, p->call->cref, !p->call->mine);
772 uni_enq_call(p->call, SIGC_SEND_DROP_PARTY, cookie, NULL, drop);
849 ind->drop.hdr = u->u.hdr;
850 ind->drop.cause = u->u.status.cause;
851 ind->drop.epref = u->u.status.epref;
896 ind->drop.hdr = u->u.hdr;
897 ind->drop.cause = u->u.status.cause;
898 ind->drop.epref = u->u.status.epref;