Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dccp.h125 struct ccp_algorithm { struct
126 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;