Home
last modified time | relevance | path

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

/f-stack/freebsd/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; in find_port()
66 struct ccport *
150 struct ccport *port; in cc_unmanage()
249 struct ccport *port; in cc_addr_unregister()
301 struct ccport *port; in cc_port_get_param()
314 struct ccport *port; in cc_port_set_param()
335 struct ccport *p; in cc_port_getlist()
360 struct ccport *port; in cc_port_start()
377 struct ccport *port; in cc_port_stop()
[all …]
H A Dccpriv.h47 struct ccport;
55 TAILQ_HEAD(ccport_list, ccport);
117 struct ccport { struct
131 TAILQ_ENTRY(ccport) node_link; argument
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) in cc_dump_port()
305 struct ccport *port; in cc_dump()
H A Dcc_data.c125 const struct ccport *port; in cc_get_extended_status()
H A Dcc_user.c1069 struct ccport *port; in cc_user_sig_handle()
H A Dcc_conn.c249 cc_conn_ins_port(struct ccconn *conn, struct ccport *port) in cc_conn_ins_port()
/f-stack/freebsd/netgraph/atm/ccatm/
H A Dng_ccatm.c330 static void ng_ccatm_send_uni_glob(struct ccport *, void *, u_int, u_int,
791 struct ccport *port; in ng_ccatm_newhook()
1122 ng_ccatm_send_uni_glob(struct ccport *port, void *uarg, u_int op, u_int cookie, in ng_ccatm_send_uni_glob()