Lines Matching refs:CALLBACK_AUTH
451 if (lcp->want_callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) { in LcpSendConfigReq()
452 *o->data = CALLBACK_AUTH; in LcpSendConfigReq()
1074 case CALLBACK_AUTH: in LcpDecodeConfig()
1111 (op != CALLBACK_AUTH || p->link.lcp.want_auth) && in LcpDecodeConfig()
1122 } else if ((p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) && in LcpDecodeConfig()
1124 nak.data[0] = CALLBACK_AUTH; in LcpDecodeConfig()
1132 } else if (p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) { in LcpDecodeConfig()
1144 if (lcp->want_callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) in LcpDecodeConfig()
1145 lcp->want_callback.opmask &= ~CALLBACK_BIT(CALLBACK_AUTH); in LcpDecodeConfig()
1263 if ((p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) && in LcpDecodeConfig()
1265 nak.data[0] = CALLBACK_AUTH; in LcpDecodeConfig()