Home
last modified time | relevance | path

Searched refs:CALLBACK_E164 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Dlcp.c454 } else if (lcp->want_callback.opmask & CALLBACK_BIT(CALLBACK_E164)) { in LcpSendConfigReq()
461 *o->data = CALLBACK_E164; in LcpSendConfigReq()
1077 case CALLBACK_E164: in LcpDecodeConfig()
1102 (op != CALLBACK_E164 || in LcpDecodeConfig()
1119 } else if (p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_E164)) { in LcpDecodeConfig()
1120 nak.data[0] = CALLBACK_E164; in LcpDecodeConfig()
1138 else if (lcp->want_callback.opmask & CALLBACK_BIT(CALLBACK_E164)) in LcpDecodeConfig()
1139 lcp->want_callback.opmask &= ~CALLBACK_BIT(CALLBACK_E164); in LcpDecodeConfig()
1258 else if (p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_E164)) in LcpDecodeConfig()
1259 nak.data[0] = CALLBACK_E164; in LcpDecodeConfig()
H A Dlcp.h36 #define CALLBACK_E164 (3) macro
H A Ddatalink.c716 case CALLBACK_BIT(CALLBACK_E164): in datalink_AuthOk()
1120 if (arg->cx->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_E164)) { in datalink_Show()
H A Dcommand.c2109 cx->cfg.callback.opmask |= CALLBACK_BIT(CALLBACK_E164); in SetVariable()
/dragonfly/contrib/tcpdump/
H A Dprint-ppp.c351 #define CALLBACK_E164 3 /* E.164 number */ macro
359 { CALLBACK_E164, "E.164" },