Searched refs:neg_magicnumber (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | lcp.c | 132 { "nomagic", o_bool, &lcp_wantoptions[0].neg_magicnumber, 134 OPT_A2COPY, &lcp_allowoptions[0].neg_magicnumber }, 135 { "-mn", o_bool, &lcp_wantoptions[0].neg_magicnumber, 137 OPT_A2COPY, &lcp_allowoptions[0].neg_magicnumber }, 510 wo->neg_magicnumber = 1; 541 ao->neg_magicnumber = 1; 888 LENCILONG(go->neg_magicnumber) + 975 ADDCILONG(CI_MAGICNUMBER, go->neg_magicnumber, go->magicnumber); 1149 ACKCILONG(CI_MAGICNUMBER, go->neg_magicnumber, go->magicnumber); 1421 NAKCILONG(CI_MAGICNUMBER, neg_magicnumber, [all …]
|
H A D | lcp.h | 114 bool neg_magicnumber; /* Ask for magic number? */ member
|