Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dccp.h124 struct ccp_algorithm { struct
125 int id;
126 int Neg; /* ccp_config neg array item */
127 const char *(*Disp)(struct fsm_opt *); /* Use result immediately ! */
128 int (*Usable)(struct fsm *); /* Ok to negotiate ? */
129 int (*Required)(struct fsm *); /* Must negotiate ? */
130 struct {
137 } i;
138 struct {
148 } o;