Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/contrib/ngatm/netnatm/api/
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
/freebsd-10-stable/sys/netgraph/atm/ccatm/
Dng_ccatm.c334 static const struct cc_funcs cc_funcs = { variable