Searched refs:PROTO_IPCP (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Dproto.h46 #define PROTO_IPCP 0x8021 macro
H A Dncp.h98 #define isncp(proto) ((proto) == PROTO_IPCP || (proto) == PROTO_IPV6CP)
100 #define isncp(proto) ((proto) == PROTO_IPCP)
H A Dipcp.h103 #define fsm2ipcp(fp) (fp->proto == PROTO_IPCP ? (struct ipcp *)fp : NULL)
H A Dlink.c206 { PROTO_IPCP, "IPCP" },
359 { PROTO_IPCP, ipcp_Input },
H A Dradius.c1077 ac->proto = PROTO_IPCP;
1163 case PROTO_IPCP:
H A Dip.c694 case PROTO_IPCP: type = "IPCP"; break;
H A Dfsm.c917 case PROTO_IPCP:
H A Dipcp.c456 fsm_Init(&ipcp->fsm, "IPCP", PROTO_IPCP, 1, IPCP_MAXCODE, LogIPCP,
1057 /* Deal with incoming PROTO_IPCP */
1343 /* Got PROTO_IPCP from link */

Completed in 169 milliseconds