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

Lines Matching refs:msg

42 #include <netnatm/msg/unistruct.h>
43 #include <netnatm/msg/unimsglib.h>
839 cc_user_signal(struct ccuser *user, enum atmop sig, struct uni_msg *msg)
841 size_t len = uni_msg_len(msg);
855 err = cc_user_sig_msg(user, USER_SIG_ABORT_CONNECTION, msg);
861 err = cc_user_sig_msg(user, USER_SIG_ACCEPT_INCOMING, msg);
867 err = cc_user_sig_msg(user, USER_SIG_ADD_PARTY, msg);
873 err = cc_user_sig_msg(user, USER_SIG_CALL_RELEASE, msg);
879 err = cc_user_sig_msg(user, USER_SIG_CONNECT_OUTGOING, msg);
885 err = cc_user_sig_msg(user, USER_SIG_DROP_PARTY, msg);
891 err = cc_user_sig_msg(user, USER_SIG_GET_LOCAL_PORT_INFO, msg);
897 err = cc_user_sig_msg(user, USER_SIG_PREPARE_INCOMING, msg);
903 uni_msg_destroy(msg);
910 err = cc_user_sig_msg(user, USER_SIG_QUERY_ATTR, msg);
916 err = cc_user_sig_msg(user, USER_SIG_REJECT_INCOMING, msg);
922 err = cc_user_sig_msg(user, USER_SIG_SET_ATTR, msg);
928 uni_msg_destroy(msg);
935 attr) + uni_msg_rptr(msg,
939 err = cc_user_sig_msg(user, USER_SIG_QUERY_ATTR_X, msg);
945 err = cc_user_sig_msg(user, USER_SIG_SET_ATTR_X, msg);
951 uni_msg_destroy(msg);
966 uni_msg_destroy(msg);
977 uni_msg_destroy(msg);
1065 struct uni_msg *msg = arg;
1066 struct atm_connect_outgoing_call *req = uni_msg_rptr(msg,
1074 uni_msg_destroy(msg);
1079 uni_msg_destroy(msg);
1089 uni_msg_destroy(msg);
1110 uni_msg_destroy(msg);
1194 struct uni_msg *msg = arg;
1196 struct atm_prepare_incoming_call *prep = uni_msg_rptr(msg,
1200 uni_msg_destroy(msg);
1209 uni_msg_destroy(msg);
1220 uni_msg_destroy(msg);
1231 uni_msg_destroy(msg);
1238 uni_msg_destroy(msg);
1286 struct uni_msg *msg = arg;
1287 struct atm_reject_incoming_call *rej = uni_msg_rptr(msg,
1292 uni_msg_destroy(msg);
1300 uni_msg_destroy(msg);
1309 uni_msg_destroy(msg);
1349 struct uni_msg *msg = arg;
1351 uni_msg_rptr(msg, struct atm_accept_incoming_call *);
1355 uni_msg_destroy(msg);
1363 uni_msg_destroy(msg);
1375 uni_msg_destroy(msg);
1463 struct uni_msg *msg = arg;
1464 struct atm_call_release *api = uni_msg_rptr(msg,
1500 uni_msg_destroy(msg);
1504 uni_msg_destroy(msg);
1572 struct uni_msg *msg = arg;
1573 struct atm_add_party *add = uni_msg_rptr(msg,
1578 uni_msg_destroy(msg);
1584 uni_msg_destroy(msg);
1595 uni_msg_destroy(msg);
1659 struct uni_msg *msg = arg;
1660 struct atm_drop_party *drop = uni_msg_rptr(msg,
1665 uni_msg_destroy(msg);
1671 uni_msg_destroy(msg);
1683 uni_msg_destroy(msg);
1725 struct uni_msg *msg = arg;
1731 uni_msg_destroy(msg);
1737 uni_msg_destroy(msg);
1740 req = uni_msg_rptr(msg,
1743 uni_msg_destroy(msg);
1749 struct uni_msg *msg = arg;
1756 uni_msg_destroy(msg);
1759 req = uni_msg_rptr(msg,
1762 uni_msg_destroy(msg);
1768 struct uni_msg *msg = arg;
1774 uni_msg_destroy(msg);
1780 uni_msg_destroy(msg);
1783 req = uni_msg_rptr(msg, struct atm_set_connection_attributes *);
1785 uni_msg_len(msg) - sizeof(*req));
1786 uni_msg_destroy(msg);
1792 struct uni_msg *msg = arg;
1799 uni_msg_destroy(msg);
1802 req = uni_msg_rptr(msg,
1806 uni_msg_len(msg) -
1809 uni_msg_destroy(msg);
1882 struct uni_msg *msg = arg;
1887 uni_msg_rptr(msg, struct atm_get_local_port_info *)->port,
1889 uni_msg_destroy(msg);
1901 struct uni_msg *msg = arg;
1902 struct atm_abort_connection *abo = uni_msg_rptr(msg,
1906 uni_msg_destroy(msg);