Searched refs:accmap (Results 1 – 4 of 4) sorted by relevance
197 prompt_Printf(arg->prompt, "ACCMAP = %08lx\n", (u_long)lcp->cfg.accmap); in lcp_ReportStatus()264 lcp->cfg.accmap = 0; in lcp_Init()313 lcp->want_accmap = lcp->cfg.accmap; in lcp_Setup()666 u_int32_t magic, accmap; in LcpDecodeConfig() local799 ua_ntohl(opt->data, &accmap); in LcpDecodeConfig()800 log_Printf(LogLCP, "%s 0x%08lx\n", request, (u_long)accmap); in LcpDecodeConfig()804 lcp->his_accmap = accmap; in LcpDecodeConfig()808 lcp->want_accmap = accmap; in LcpDecodeConfig()
89 u_int32_t accmap; /* Initial ACCMAP value */ member
560 .Dq set accmap562 .Dq set accmap 000a0000 .4136 .It Ic set accmap Ar hex-value4144 .Dq set accmap 000a0000 .4790 .Ic set accmap
1801 cx->physical->link.lcp.cfg.accmap = (u_int32_t)ulong_val; in SetVariable()