Lines Matching refs:uni

38 #include <netgraph/atm/uni/ng_uni_cust.h>
255 void uni_sig_coord(struct uni *, enum coord_sig, uint32_t cookie,
257 void uni_sig_start(struct uni *, enum start_sig, uint32_t cookie,
259 void uni_sig_respond(struct uni *, enum respond_sig, uint32_t cookie,
308 struct uni *uni; /* backpointer to owning UNI */
337 struct call *uni_find_call(struct uni *, struct uni_cref *);
338 struct call *uni_find_callx(struct uni *, u_int cref, u_int mine);
339 struct call *uni_create_call(struct uni *, u_int cref, u_int mine,
341 struct call *uni_create_new_call(struct uni *, uint32_t cookie);
356 struct uni {
407 void uniapi_uni_error(struct uni *uni, uint32_t reason, uint32_t cookie,
418 void uni_enq_sig(struct uni *, u_int, struct call *, struct party *,
422 void uni_delenq_sig(struct uni *, u_int, struct call *, struct party *,
439 uni_enq_sig((CALL)->uni, SIG_CALL, (CALL), NULL, \
445 uni_enq_sig((PARTY)->call->uni, SIG_PARTY, (PARTY)->call, \
461 int uni_send_output(struct uni_all *u, struct uni *uni);
462 void uni_undel(struct uni *, int (*)(struct sig *, void *), void *);
463 void uni_delsig(struct uni *, u_int, struct call *, struct party *);
487 void uni_mandate_ie(struct uni *, enum uni_ietype);
488 void uni_mandate_epref(struct uni *, struct uni_ie_epref *);
489 enum verify uni_verify(struct uni *, enum uni_msgact);
490 void uni_respond_status_verify(struct uni *, struct uni_cref *,
492 void uni_vfy_remove_unknown(struct uni *);
493 void uni_vfy_remove_cause(struct uni *);
494 void uni_vfy_collect_ies(struct uni *);
497 void uni_respond_status(struct uni *uni, struct uni_cref *cref,
499 void uni_respond_status_mtype(struct uni *uni, struct uni_cref *cref,
552 #define TIMER_DESTROY_CALL(C,T) _TIMER_DESTROY((C)->uni, (C)->T)
553 #define TIMER_DESTROY_PARTY(P,T) _TIMER_DESTROY((P)->call->uni, (P)->T)
556 #define TIMER_STOP_CALL(C,T) _TIMER_STOP((C)->uni, (C)->T)
557 #define TIMER_STOP_PARTY(P,T) _TIMER_STOP((P)->call->uni, (P)->T)
560 #define TIMER_START_CALL(C,T,N) _TIMER_START(C->uni, C, (C)->T, N, _##T##_func)
561 #define TIMER_START_PARTY(P,T,N) _TIMER_START(P->call->uni, P, (P)->T, N, _##T##_func)