Searched refs:ccdata (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | ccatm.h | 43 struct ccdata; 79 struct ccdata *cc_create(const struct cc_funcs *); 80 void cc_destroy(struct ccdata *); 81 void cc_reset(struct ccdata *); 97 int cc_port_stop(struct ccdata *, u_int); 98 int cc_port_start(struct ccdata *, u_int); 107 int cc_port_clear(struct ccdata *, u_int); 140 void cc_unmanage(struct ccdata *); 143 void cc_work(struct ccdata *); 146 void cc_set_log(struct ccdata *, u_int); [all …]
|
| H A D | cc_data.c | 46 struct ccdata * 49 struct ccdata *cc; in cc_create() 71 cc_reset(struct ccdata *cc) in cc_reset() 97 cc_destroy(struct ccdata *cc) in cc_destroy() 108 cc_set_log(struct ccdata *cc, u_int flags) in cc_set_log() 113 cc_get_log(const struct ccdata *cc) in cc_get_log() 120 cc_get_extended_status(const struct ccdata *cc, struct atm_exstatus *status, in cc_get_extended_status()
|
| H A D | cc_port.c | 52 find_port(struct ccdata *cc, u_int portno) in find_port() 67 cc_port_create(struct ccdata *cc, void *uarg, u_int portno) in cc_port_create() 148 cc_unmanage(struct ccdata *cc) in cc_unmanage() 176 cc_get_addrs(struct ccdata *cc, u_int portno, in cc_get_addrs() 298 cc_port_get_param(struct ccdata *cc, u_int portno, in cc_port_get_param() 333 cc_port_getlist(struct ccdata *cc, u_int *cnt, u_int **ports) in cc_port_getlist() 358 cc_port_start(struct ccdata *cc, u_int portno) in cc_port_start() 375 cc_port_stop(struct ccdata *cc, u_int portno) in cc_port_stop() 399 cc_port_isrunning(struct ccdata *cc, u_int portno, int *state) in cc_port_isrunning() 416 cc_port_clear(struct ccdata *cc, u_int portno) in cc_port_clear() [all …]
|
| H A D | ccpriv.h | 48 struct ccdata; 62 struct ccdata { struct 76 struct atm_port_list *cc_get_local_port_info(struct ccdata *, argument 119 struct ccdata *cc; /* back pointer to node */ 227 struct ccdata *cc; /* owner node */ 306 struct ccconn *cc_conn_create(struct ccdata *); 483 struct ccdata *cc; /* the node */ 562 void cc_sig_flush_all(struct ccdata *);
|
| H A D | cc_sig.c | 90 sig_alloc(struct ccdata *cc, u_int type, void *target, u_int has_msg, in sig_alloc() 252 sig_flush(struct ccdata *cc, u_int type, void *target) in sig_flush() 307 cc_work(struct ccdata *cc) in cc_work() 330 cc_sig_flush_all(struct ccdata *cc) in cc_sig_flush_all()
|
| H A D | cc_dump.c | 56 struct ccdata *cc; /* what to dump */ 300 cc_dump(struct ccdata *cc, size_t maxsiz, cc_dump_f func, void *uarg) in cc_dump()
|
| H A D | cc_user.c | 107 cc_user_create(struct ccdata *cc, void *uarg, const char *name) in cc_user_create() 1068 struct ccdata *priv = user->cc; in cc_user_sig_handle()
|
| H A D | cc_conn.c | 224 cc_conn_create(struct ccdata *cc) in cc_conn_create() 600 struct ccdata *priv = conn->port->cc; in cc_conn_dispatch()
|
| /f-stack/freebsd/netgraph/atm/ccatm/ |
| H A D | ng_ccatm.c | 308 struct ccdata *data; 431 send_dump(struct ccdata *data, void *uarg, const char *buf) in send_dump() 876 struct ccdata *cc; in ng_ccatm_disconnect()
|