HomeSort by relevance Sort by last modified time
    Searched defs:refuse_chap (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/netif/ppp/
ppp.h 325 u_int refuse_chap : 1; /* Don't wanna auth. ourselves with CHAP */ member in struct:ppp_settings
  /external/ppp/pppd/
auth.c 225 bool refuse_chap = 0; /* Don't wanna auth. ourselves with CHAP */ variable
323 { "refuse-chap", o_bool, &refuse_chap,
327 { "-chap", o_bool, &refuse_chap,
    [all...]

Completed in 2051 milliseconds