Searched refs:CALLBACK_AUTH (Results 1 – 5 of 5) sorted by relevance
448 if (lcp->want_callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) { in LcpSendConfigReq()449 *o->data = CALLBACK_AUTH; in LcpSendConfigReq()1067 case CALLBACK_AUTH: in LcpDecodeConfig()1101 (op != CALLBACK_AUTH || p->link.lcp.want_auth) && in LcpDecodeConfig()1112 } else if ((p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) && in LcpDecodeConfig()1114 nak.data[0] = CALLBACK_AUTH; in LcpDecodeConfig()1122 } else if (p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) { in LcpDecodeConfig()1134 if (lcp->want_callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) in LcpDecodeConfig()1135 lcp->want_callback.opmask &= ~CALLBACK_BIT(CALLBACK_AUTH); in LcpDecodeConfig()1253 if ((p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) && in LcpDecodeConfig()[all …]
33 #define CALLBACK_AUTH (0) macro
679 CALLBACK_BIT(CALLBACK_AUTH))) { in datalink_AuthOk()695 case CALLBACK_BIT(CALLBACK_AUTH): in datalink_AuthOk()1116 if (arg->cx->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) { in datalink_Show()
2102 cx->cfg.callback.opmask |= CALLBACK_BIT(CALLBACK_AUTH); in SetVariable()
348 #define CALLBACK_AUTH 0 /* Location determined by user auth */ macro356 { CALLBACK_AUTH, "UserAuth" },