Searched refs:ccdata (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dccatm.h43 struct ccdata;
79 struct ccdata *cc_create(const struct cc_funcs *);
80 void cc_destroy(struct ccdata *);
81 void cc_reset(struct ccdata *);
90 int cc_get_addrs(struct ccdata *, u_int, struct uni_addr **, u_int **, u_int *);
93 typedef int (*cc_dump_f)(struct ccdata *, void *, const char *);
94 int cc_dump(struct ccdata *, size_t, cc_dump_f, void *);
97 int cc_port_stop(struct ccdata *, u_int);
98 int cc_port_start(struct ccdata *, u_int);
101 int cc_port_isrunning(struct ccdata *, u_in
[all...]
H A Dcc_data.c46 struct ccdata *
49 struct ccdata *cc;
71 cc_reset(struct ccdata *cc)
97 cc_destroy(struct ccdata *cc)
108 cc_set_log(struct ccdata *cc, u_int flags)
113 cc_get_log(const struct ccdata *cc)
120 cc_get_extended_status(const struct ccdata *cc, struct atm_exstatus *status,
H A Dccpriv.h48 struct ccdata;
62 struct ccdata { struct
76 struct atm_port_list *cc_get_local_port_info(struct ccdata *,
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 Dcc_port.c52 find_port(struct ccdata *cc, u_int portno)
67 cc_port_create(struct ccdata *cc, void *uarg, u_int portno)
148 cc_unmanage(struct ccdata *cc)
176 cc_get_addrs(struct ccdata *cc, u_int portno,
247 cc_addr_unregister(struct ccdata *cc, u_int portno, const struct uni_addr *arg)
270 cc_addr_register(struct ccdata *cc, u_int portno, const struct uni_addr *arg)
298 cc_port_get_param(struct ccdata *cc, u_int portno,
312 cc_port_set_param(struct ccdata *cc, const struct atm_port_info *param)
333 cc_port_getlist(struct ccdata *cc, u_int *cnt, u_int **ports)
358 cc_port_start(struct ccdata *c
[all...]
H A Dcc_sig.c90 sig_alloc(struct ccdata *cc, u_int type, void *target, u_int has_msg,
252 sig_flush(struct ccdata *cc, u_int type, void *target)
307 cc_work(struct ccdata *cc)
330 cc_sig_flush_all(struct ccdata *cc)
H A Dcc_dump.c56 struct ccdata *cc; /* what to dump */
300 cc_dump(struct ccdata *cc, size_t maxsiz, cc_dump_f func, void *uarg)
H A Dcc_user.c107 cc_user_create(struct ccdata *cc, void *uarg, const char *name)
1068 struct ccdata *priv = user->cc;
H A Dcc_conn.c224 cc_conn_create(struct ccdata *cc)
600 struct ccdata *priv = conn->port->cc;
/freebsd-11-stable/crypto/heimdal/kcm/
H A Drenew.c46 krb5_ccache_data ccdata; local
61 kcm_internal_ccache(context, ccache, &ccdata);
94 &ccdata,
H A Dacquire.c49 krb5_ccache_data ccdata; local
74 kcm_internal_ccache(context, ccache, &ccdata);
H A Dprotocol.c357 krb5_ccache_data ccdata; local
363 kcm_internal_ccache(context, ccache, &ccdata);
366 ret = krb5_get_credentials(context, 0, &ccdata, &mcreds, &credp);
856 krb5_ccache_data ccdata; local
897 kcm_internal_ccache(context, ccache, &ccdata);
905 &ccdata, &in, &out);
/freebsd-11-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c308 struct ccdata *data;
431 send_dump(struct ccdata *data, void *uarg, const char *buf)
880 struct ccdata *cc;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkcm.c1168 krb5_ccache_data ccdata; local
1169 krb5_ccache id = &ccdata;

Completed in 113 milliseconds