Lines Matching defs:magic
49 #include "magic.h"
141 "Disable magic number option (looped-back line detect)",
144 "Disable magic number option (looped-back line detect)",
849 wo->magicnumber = magic();
1430 try.magicnumber = magic();
2150 * He must have a different magic number. Make sure we
2155 cilong = magic();
2628 printer(arg, "magic 0x%x", cilong);
2786 printer(arg, " magic=0x%x", cilong);
2794 printer(arg, " magic=0x%x", cilong);
2809 printer(arg, " magic=0x%x", cilong);
2922 u_int32_t magic;
2924 /* Check the magic number - don't count replies from ourselves. */
2929 GETLONG(magic, inp);
2931 magic == lcp_gotoptions[f->unit].magicnumber) {
3076 u_int32_t magic;
3078 /* Check the magic number - don't count replies from ourselves. */
3083 GETLONG(magic, inp);
3086 magic == lcp_gotoptions[f->unit].magicnumber) {
3124 u_int32_t magic;
3127 /* Check the magic number - don't count replies from ourselves. */
3132 GETLONG(magic, inp);
3134 magic == lcp_gotoptions[f->unit].magicnumber) {