Lines Matching refs:magic
953 u_int32_t magic;
960 ua_ntohl(cp, &magic);
961 if (magic != lcp->his_magic) {
962 log_Printf(fp->LogLevel, "%s: RecvEchoReq: magic 0x%08lx is wrong,"
963 " expecting 0x%08lx\n", fp->link->name, (u_long)magic,
968 ua_htonl(&lcp->want_magic, cp); /* local magic */
995 u_int32_t magic;
1003 ua_ntohl(cp, &magic);
1004 if (magic != fp->link->lcp.his_magic)
1005 log_Printf(fp->LogLevel, "%s: RecvIdent: magic 0x%08lx is wrong,"
1006 " expecting 0x%08lx\n", fp->link->name, (u_long)magic,