Searched defs:ccp_algorithm (Results 1 – 1 of 1) sorted by relevance
123 struct ccp_algorithm { struct124 int id;125 int Neg; /* ccp_config neg array item */126 const char *(*Disp)(struct fsm_opt *); /* Use result immediately ! */127 int (*Usable)(struct fsm *); /* Ok to negotiate ? */128 int (*Required)(struct fsm *); /* Must negotiate ? */129 struct {136 } i;137 struct {147 } o;