Searched defs:ipv6cp (Results 1 - 4 of 4) sorted by relevance

/external/libppp/src/
H A Dipv6cp.h26 * $FreeBSD: src/usr.sbin/ppp/ipv6cp.h,v 1.2.42.1 2010/12/21 17:10:29 kensmith Exp $
37 struct ipv6cp { struct
59 #define fsm2ipv6cp(fp) (fp->proto == PROTO_IPV6CP ? (struct ipv6cp *)fp : NULL)
60 #define IPV6CP_QUEUES(ipv6cp) (sizeof ipv6cp->Queue / sizeof ipv6cp->Queue[0])
67 extern void ipv6cp_Init(struct ipv6cp *, struct bundle *, struct link *,
69 extern void ipv6cp_Destroy(struct ipv6cp *);
70 extern void ipv6cp_Setup(struct ipv6cp *);
71 extern void ipv6cp_SetLink(struct ipv6cp *, struc
[all...]
H A Dncp.h52 struct ipv6cp ipv6cp; /* Our IPV6CP FSM */ member in struct:ncp
H A Dncp.c69 #include "ipv6cp.h"
121 ipv6cp_Init(&ncp->ipv6cp, bundle, &bundle->links->physical->link,
131 ipv6cp_Destroy(&ncp->ipv6cp);
167 fsm_Up(&ncp->ipv6cp.fsm);
168 fsm_Open(&ncp->ipv6cp.fsm);
185 ipv6cp_IfaceAddrAdded(&ncp->ipv6cp, addr);
203 ipv6cp_SetLink(&ncp->ipv6cp, l);
215 struct ipv6cp *ipv6cp = &ncp->ipv6cp; local
287 struct ipv6cp *ipv6cp = &ncp->ipv6cp; local
[all...]
H A Dipv6cp.c26 * $FreeBSD: src/usr.sbin/ppp/ipv6cp.c,v 1.17.10.1.2.1 2010/12/21 17:10:29 kensmith Exp $
61 #include "ipv6cp.h"
197 ipcp_SetIPv6address(struct ipv6cp *ipv6cp, u_char *myifid, u_char *hisifid) argument
199 struct bundle *bundle = ipv6cp->fsm.bundle;
227 ncpaddr_setip6(&ipv6cp->myaddr, &myaddr);
228 ncpaddr_setip6(&ipv6cp->hisaddr, &hisaddr);
229 ncprange_set(&myrange, &ipv6cp->myaddr, 64);
231 if (!iface_Add(bundle->iface, &bundle->ncp, &myrange, &ipv6cp->hisaddr,
241 rt_Set(bundle, RTM_ADD, &range, &ipv6cp
265 ipv6cp_Init(struct ipv6cp *ipv6cp, struct bundle *bundle, struct link *l, const struct fsm_parent *parent) argument
302 ipv6cp_Destroy(struct ipv6cp *ipv6cp) argument
308 ipv6cp_Setup(struct ipv6cp *ipv6cp) argument
318 ipv6cp_SetLink(struct ipv6cp *ipv6cp, struct link *l) argument
326 struct ipv6cp *ipv6cp = &arg->bundle->ncp.ipv6cp; local
367 ipv6cp_AddInOctets(struct ipv6cp *ipv6cp, int n) argument
373 ipv6cp_AddOutOctets(struct ipv6cp *ipv6cp, int n) argument
391 ipv6cp_InterfaceUp(struct ipv6cp *ipv6cp) argument
408 ipv6cp_QueueLen(struct ipv6cp *ipv6cp) argument
421 ipv6cp_PushPacket(struct ipv6cp *ipv6cp, struct link *l) argument
467 struct ipv6cp *ipv6cp = fsm2ipv6cp(fp); local
523 struct ipv6cp *ipv6cp = fsm2ipv6cp(fp); local
575 struct ipv6cp *ipv6cp = fsm2ipv6cp(fp); local
588 struct ipv6cp *ipv6cp = fsm2ipv6cp(fp); local
599 struct ipv6cp *ipv6cp = fsm2ipv6cp(fp); local
620 struct ipv6cp *ipv6cp = fsm2ipv6cp(fp); local
660 ipv6cp_ValidateInterfaceID(struct ipv6cp *ipv6cp, u_char *ifid, struct fsm_decode *dec) argument
686 struct ipv6cp *ipv6cp = fsm2ipv6cp(fp); local
[all...]

Completed in 42 milliseconds