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

  /external/ppp/pppd/
lcp.h 97 bool neg_magicnumber; /* Ask for magic number? */ member in struct:lcp_options
lcp.c 114 { "nomagic", o_bool, &lcp_wantoptions[0].neg_magicnumber,
116 OPT_A2CLR, &lcp_allowoptions[0].neg_magicnumber },
117 { "-mn", o_bool, &lcp_wantoptions[0].neg_magicnumber,
119 OPT_ALIAS | OPT_A2CLR, &lcp_allowoptions[0].neg_magicnumber },
353 wo->neg_magicnumber = 1;
365 ao->neg_magicnumber = 1;
694 LENCILONG(go->neg_magicnumber) +
771 ADDCILONG(CI_MAGICNUMBER, go->neg_magicnumber, go->magicnumber);
920 ACKCILONG(CI_MAGICNUMBER, go->neg_magicnumber, go->magicnumber);
1192 NAKCILONG(CI_MAGICNUMBER, neg_magicnumber,
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.h 91 u_int neg_magicnumber : 1; /* Ask for magic number? */ member in struct:lcp_options
lcp.c 262 wo->neg_magicnumber = 1;
275 ao->neg_magicnumber = 1;
552 LENCILONG(go->neg_magicnumber) +
617 ADDCILONG(CI_MAGICNUMBER, go->neg_magicnumber, go->magicnumber);
731 ACKCILONG(CI_MAGICNUMBER, go->neg_magicnumber, go->magicnumber);
951 NAKCILONG(CI_MAGICNUMBER, neg_magicnumber,
1015 if (go->neg_magicnumber || no.neg_magicnumber ||
    [all...]

Completed in 534 milliseconds