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

  /external/syslinux/core/lwip/src/netif/ppp/
ppp.h 324 u_int refuse_pap : 1; /* Don't wanna auth. ourselves with PAP */ member in struct:ppp_settings
  /external/ppp/pppd/
auth.c 224 bool refuse_pap = 0; /* Don't wanna auth. ourselves with PAP */ variable
319 { "refuse-pap", o_bool, &refuse_pap,
321 { "-pap", o_bool, &refuse_pap,
    [all...]

Completed in 158 milliseconds