Searched refs:ccport (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | ccatm.h | 42 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 D | cc_port.c | 51 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 D | ccpriv.h | 47 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 D | cc_dump.c | 243 cc_dump_port(struct dump *d, const struct ccport *p) in cc_dump_port() 305 struct ccport *port; in cc_dump()
|
| H A D | cc_data.c | 125 const struct ccport *port; in cc_get_extended_status()
|
| H A D | cc_user.c | 1069 struct ccport *port; in cc_user_sig_handle()
|
| H A D | cc_conn.c | 249 cc_conn_ins_port(struct ccconn *conn, struct ccport *port) in cc_conn_ins_port()
|
| /f-stack/freebsd/netgraph/atm/ccatm/ |
| H A D | ng_ccatm.c | 330 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()
|