Home
last modified time | relevance | path

Searched refs:CODE_CODEREJ (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dfsm.h58 #define CODE_CODEREJ 7 /* Code Reject */ macro
H A Dfsm.c389 case CODE_CODEREJ:
396 fsm_sdata(f, CODE_CODEREJ, ++f->id, inpacket, len + HEADERLEN);
698 seriouserr = (code >= CODE_CONFREQ && code <= CODE_CODEREJ);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.h40 #define CODE_CODEREJ 7 /* Code Reject */ macro
H A Dsnoop_ppp.c448 case CODE_CODEREJ: in interpret_ppp_cp()