HomeSort by: relevance | last modified time | path
    Searched refs:chap (Results 1 - 4 of 4) sorted by relevancy

  /src/etc/rc.d/
iscsid_volumes 40 *:chap:*|\
41 *:CHAP:*|\
  /src/sys/net/
if_spppsubr.c 144 * being one of "lcp", "ipcp", "cisco", "chap", "pap", etc.
195 #define CHAP_CHALLENGE 1 /* CHAP challenge request */
196 #define CHAP_RESPONSE 2 /* CHAP challenge response */
197 #define CHAP_SUCCESS 3 /* CHAP response ok */
198 #define CHAP_FAILURE 4 /* CHAP response failed */
547 static const struct cp chap = { variable in typeref:typename:const struct cp
548 PPP_CHAP, IDX_CHAP, CP_AUTH, "chap",
561 &chap, /* IDX_CHAP */
1136 sppp_cp_fini(&chap, sp);
2659 addlog(" [invalid chap len]")
    [all...]
if_spppvar.h 176 struct schap chap; /* CHAP params */ member in struct:sppp
  /src/tests/net/if_pppoe/
t_pppoe.sh 178 if [ $auth = "chap" ]; then
286 atf_set "descr" "Does simple chap tests"
292 run_test chap
310 if [ $auth = "chap" ]; then
432 atf_set "descr" "Does simple chap using IPv6 tests"
438 run_test6 chap
458 local auth=chap
776 if [ $auth = "chap" ]; then
824 atf_set "descr" "Test for passiveauthproto option on chap"
831 pppoe_passiveauthproto "chap"
    [all...]

Completed in 16 milliseconds