Home
last modified time | relevance | path

Searched defs:cc_funcs (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dccatm.h45 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 Dng_ccatm.c334 static const struct cc_funcs cc_funcs = { variable