Searched refs:ccport (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/contrib/ngatm/netnatm/api/
H A Dccatm.h42 struct ccport;
58 void (*send_uni_glob)(struct ccport *, void *, u_int, u_int,
84 int cc_uni_response(struct ccport *, u_int cookie, u_int reason, u_int state);
87 int cc_uni_signal(struct ccport *, u_int cookie, u_int sig, struct uni_msg *);
104 u_int cc_port_no(struct ccport *);
125 struct ccport *cc_port_create(struct ccdata *, void *, u_int);
128 void cc_port_destroy(struct ccport *, int);
H A Dcc_port.c51 static struct ccport *
54 struct ccport *port;
66 struct ccport *
69 struct ccport *port, *p1;
115 cc_port_destroy(struct ccport *port, int shutdown)
150 struct ccport *port;
179 struct ccport *port = NULL;
238 cc_port_no(struct ccport *port)
249 struct ccport *port;
272 struct ccport *por
[all...]
H A Dccpriv.h47 struct ccport;
55 TAILQ_HEAD(ccport_list, ccport);
117 struct ccport { struct
131 TAILQ_ENTRY(ccport) node_link;
228 struct ccport *port; /* the port we belong to */
309 void cc_conn_ins_port(struct ccconn *, struct ccport *);
H A Dcc_dump.c243 cc_dump_port(struct dump *d, const struct ccport *p)
305 struct ccport *port;
H A Dcc_data.c125 const struct ccport *port;
H A Dcc_user.c1069 struct ccport *port;
H A Dcc_conn.c249 cc_conn_ins_port(struct ccconn *conn, struct ccport *port)
/freebsd-11.0-release/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c330 static void ng_ccatm_send_uni_glob(struct ccport *, void *, u_int, u_int,
795 struct ccport *port;
1126 ng_ccatm_send_uni_glob(struct ccport *port, void *uarg, u_int op, u_int cookie,

Completed in 175 milliseconds