Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/ip/ppp/
H A Dppp.h3 typedef struct Chap Chap; typedef
218 struct Chap struct
220 int proto; /* chap proto */
221 int state; /* chap state */
222 uchar id; /* id of current message */
223 int timeout; /* for current state */
224 Chalstate *cs;