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