HomeSort by relevance Sort by last modified time
    Searched refs:OPT_A2COPY (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
options.c 706 if (opt->addr2 && (opt->flags & OPT_A2COPY))
757 if (opt->addr2 && (opt->flags & OPT_A2COPY))
771 if (opt->addr2 && (opt->flags & OPT_A2COPY))
822 * If addr2 wasn't used by any flag (OPT_A2COPY, etc.) but is set,
825 if (opt->addr2 && (opt->flags & (OPT_A2COPY|OPT_ENABLE
    [all...]
pppd.h 135 #define OPT_A2COPY 0x400000 /* addr2 -> second location to rcv value */
    [all...]
ccp.c 99 "don't use draft deflate #", OPT_A2COPY,
    [all...]
auth.c 381 "Use system password database for PAP", OPT_A2COPY | 1 ,
    [all...]

Completed in 348 milliseconds