Searched defs:cc_funcs (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | ccatm.h | 45 struct cc_funcs { struct 47 void (*send_user)(struct ccuser *, void *, u_int, void *, size_t); 50 void (*respond_user)(struct ccuser *, void *, int, u_int, 54 void (*send_uni)(struct ccconn *, void *, u_int, u_int, 79 struct ccdata *cc_create(const struct cc_funcs *); argument
|
| /f-stack/freebsd/netgraph/atm/ccatm/ |
| H A D | ng_ccatm.c | 334 static const struct cc_funcs cc_funcs = { variable
|