Searched refs:ccport (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/sys/contrib/ngatm/netnatm/api/ |
| 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);
|
| D | cc_port.c | 51 static struct ccport * 54 struct ccport *port; in find_port() 66 struct ccport * 69 struct ccport *port, *p1; in cc_port_create() 115 cc_port_destroy(struct ccport *port, int shutdown) in cc_port_destroy() 150 struct ccport *port; in cc_unmanage() 179 struct ccport *port = NULL; in cc_get_addrs() 238 cc_port_no(struct ccport *port) in cc_port_no() 249 struct ccport *port; in cc_addr_unregister() 272 struct ccport *port, *p1; in cc_addr_register() [all …]
|
| 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 *);
|
| 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()
|
| D | cc_data.c | 125 const struct ccport *port; in cc_get_extended_status()
|
| D | cc_user.c | 1069 struct ccport *port; in cc_user_sig_handle()
|
| D | cc_conn.c | 249 cc_conn_ins_port(struct ccconn *conn, struct ccport *port) in cc_conn_ins_port()
|
| /freebsd-10-stable/sys/netgraph/atm/ccatm/ |
| D | ng_ccatm.c | 330 static void ng_ccatm_send_uni_glob(struct ccport *, void *, u_int, u_int, 795 struct ccport *port; in ng_ccatm_newhook() 1126 ng_ccatm_send_uni_glob(struct ccport *port, void *uarg, u_int op, u_int cookie, in ng_ccatm_send_uni_glob()
|