Searched refs:cc_conn_sig (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c181 cc_conn_sig(conn, CONN_SIG_USER_ABORT, NULL);
261 cc_conn_sig(conn, CONN_SIG_ARRIVAL, NULL);
1116 cc_conn_sig(conn, CONN_SIG_CONNECT_OUTGOING, NULL);
1182 cc_conn_sig(TAILQ_FIRST(&user->connq),
1312 cc_conn_sig(conn, CONN_SIG_REJECT, NULL);
1388 cc_conn_sig(TAILQ_FIRST(&user->connq), CONN_SIG_ACCEPT, newep);
1489 cc_conn_sig(conn, CONN_SIG_RELEASE, NULL);
1496 cc_conn_sig(conn, CONN_SIG_RELEASE, NULL);
1592 cc_conn_sig(conn, CONN_SIG_ADD_PARTY,
1680 cc_conn_sig(con
[all...]
H A Dcc_sig.c181 cc_conn_sig(struct ccconn *conn, enum conn_sig sig, void *arg1) function
H A Dccpriv.h540 int cc_conn_sig(struct ccconn *, enum conn_sig, void *arg);
H A Dcc_port.c608 error = cc_conn_sig(conn, CONN_SIG_DESTROYED, NULL);

Completed in 51 milliseconds