Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/pppd/
Dchap.c128 chap_state *cstate = &chap[unit]; local
150 chap_state *cstate = &chap[unit]; local
180 chap_state *cstate = &chap[unit]; local
205 chap_state *cstate = (chap_state *) arg; local
232 chap_state *cstate = (chap_state *) arg; local
249 chap_state *cstate = (chap_state *) arg; local
270 chap_state *cstate = &chap[unit]; local
296 chap_state *cstate = &chap[unit]; local
320 chap_state *cstate = &chap[unit]; local
341 chap_state *cstate = &chap[unit]; local
[all …]
Dchap_ms.c319 ChapMS(cstate, rchallenge, rchallenge_len, secret, secret_len) in ChapMS() argument
/mirbsd/src/sys/net/
Dslcompress.h119 struct cstate { struct
120 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ argument
137 struct cstate *last_cs; /* most recently used tstate */ argument
/mirbsd/src/usr.sbin/ppp/ppp/
Dslcompress.h112 struct cstate { struct
113 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ argument
131 struct cstate *last_cs; /* most recently used tstate */ argument
/mirbsd/src/usr.sbin/isdn/isdnd/
Dsupport.c1167 add_ctrl_state(struct isdn_ctrl_state *cstate) in add_ctrl_state()