Searched refs:ccconn (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | ccpriv.h | 45 struct ccconn; 53 LIST_HEAD(ccconn_list, ccconn); 108 struct ccconn *conn; 225 struct ccconn { struct 300 void cc_conn_abort(struct ccconn *, int); 303 void cc_conn_destroy(struct ccconn *); 312 void cc_conn_rem_port(struct ccconn *); 315 void cc_conn_dispatch(struct ccconn *); 369 struct ccconn *conn; /* owner */ 496 struct ccconn *accepted; [all …]
|
| H A D | cc_sig.c | 150 sig_conn(struct ccconn *conn, enum conn_sig sig, u_int has_msg, void *arg) in sig_conn() 181 cc_conn_sig(struct ccconn *conn, enum conn_sig sig, void *arg1) in cc_conn_sig() 191 cc_conn_sig_msg(struct ccconn *conn, enum conn_sig sig, struct uni_msg *msg) in cc_conn_sig_msg() 197 cc_conn_sig_msg_nodef(struct ccconn *conn, enum conn_sig sig, in cc_conn_sig_msg_nodef() 217 cc_conn_resp(struct ccconn *conn, enum conn_sig sig, u_int cookie __unused, in cc_conn_resp() 296 cc_conn_sig_flush(struct ccconn *conn) in cc_conn_sig_flush()
|
| H A D | cc_user.c | 160 struct ccconn *conn; in cc_user_abort() 255 struct ccconn *conn; in do_arrival() 274 static struct ccconn * 536 static struct ccconn * 1037 struct ccconn *conn; in cc_user_sig_handle() 1466 struct ccconn *conn; in cc_user_sig_handle() 1575 struct ccconn *conn; in cc_user_sig_handle() 1662 struct ccconn *conn; in cc_user_sig_handle() 1727 struct ccconn *conn; in cc_user_sig_handle() 1751 struct ccconn *conn; in cc_user_sig_handle() [all …]
|
| H A D | cc_conn.c | 104 cc_disconnect_from_user(struct ccconn *conn) in cc_disconnect_from_user() 223 struct ccconn * 226 struct ccconn *conn; in cc_conn_create() 268 cc_conn_rem_port(struct ccconn *conn) in cc_conn_rem_port() 281 cc_conn_flush_cookies(struct ccconn *conn) in cc_conn_flush_cookies() 296 cc_conn_reset_acceptor(struct ccconn *conn) in cc_conn_reset_acceptor() 308 cc_conn_destroy(struct ccconn *conn) in cc_conn_destroy() 371 cc_party_find(struct ccconn *conn, u_int ident) in cc_party_find() 598 cc_conn_dispatch(struct ccconn *conn) in cc_conn_dispatch() 702 cc_party_setup_conf(struct ccconn *conn) in cc_party_setup_conf() [all …]
|
| H A D | ccatm.h | 41 struct ccconn; 54 void (*send_uni)(struct ccconn *, void *, u_int, u_int,
|
| H A D | cc_dump.c | 188 struct ccconn *conn; in cc_dump_user() 223 cc_dump_conn(struct dump *d, const struct ccconn *conn, const char *pfx) in cc_dump_conn() 247 const struct ccconn *c; in cc_dump_port() 304 struct ccconn *conn; in cc_dump()
|
| H A D | cc_port.c | 507 struct ccconn *conn; in cc_uni_response() 533 static struct ccconn * 536 struct ccconn *conn; in find_cref() 554 struct ccconn *conn; in cc_uni_signal()
|
| H A D | cc_data.c | 126 const struct ccconn *conn; in cc_get_extended_status()
|
| /f-stack/freebsd/netgraph/atm/ccatm/ |
| H A D | ng_ccatm.c | 328 static void ng_ccatm_send_uni(struct ccconn *, void *, u_int, u_int, 1097 ng_ccatm_send_uni(struct ccconn *conn, void *uarg, u_int op, u_int cookie, in ng_ccatm_send_uni()
|