Home
last modified time | relevance | path

Searched refs:accmap (Results 1 – 4 of 4) sorted by relevance

/external/libppp/src/
Dlcp.c194 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() local
803 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()
Dlcp.h89 u_int32_t accmap; /* Initial ACCMAP value */ member
Dppp.8.m4577 .Dq set accmap
579 .Dq set accmap 000a0000 .
4190 .It set accmap Ar hex-value
4198 .Dq set accmap 000a0000 .
4896 .Dq set accmap
Dcommand.c1824 cx->physical->link.lcp.cfg.accmap = (u_int32_t)ulong_val; in SetVariable()