Searched refs:accmap (Results 1 – 4 of 4) sorted by relevance
194 prompt_Printf(arg->prompt, "ACCMAP = %08lx\n", (u_long)lcp->cfg.accmap); in lcp_ReportStatus()262 lcp->cfg.accmap = 0; in lcp_Init()311 lcp->want_accmap = lcp->cfg.accmap; in lcp_Setup()666 u_int32_t magic, accmap; in LcpDecodeConfig() local803 ua_ntohl(opt->data, &accmap); in LcpDecodeConfig()804 log_Printf(LogLCP, "%s 0x%08lx\n", request, (u_long)accmap); in LcpDecodeConfig()808 lcp->his_accmap = accmap; in LcpDecodeConfig()812 lcp->want_accmap = accmap; in LcpDecodeConfig()
89 u_int32_t accmap; /* Initial ACCMAP value */ member
577 .Dq set accmap579 .Dq set accmap 000a0000 .4190 .It set accmap Ar hex-value4198 .Dq set accmap 000a0000 .4896 .Dq set accmap
1824 cx->physical->link.lcp.cfg.accmap = (u_int32_t)ulong_val; in SetVariable()