Home
last modified time | relevance | path

Searched refs:CCP_RESETREQ (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/net/
H A Dppp-comp.h114 #define CCP_RESETREQ 14 macro
H A Dpipex.c1176 if (code != CCP_RESETREQ && code != CCP_RESETACK) in pipex_common_input()
2590 pipex_ccp_output(session, CCP_RESETREQ, ccp_id); in pipex_mppe_input()
2736 case CCP_RESETREQ: in pipex_ccp_input()
/openbsd/usr.sbin/pppd/
H A Dccp.c255 case CCP_RESETREQ: in ccp_extcode()
1052 fsm_sdata(f, CCP_RESETREQ, f->reqid = ++f->id, NULL, 0); in ccp_datainput()
1070 fsm_sdata(f, CCP_RESETREQ, f->reqid, NULL, 0); in ccp_rack_timeout()