HomeSort by relevance Sort by last modified time
    Searched defs:ipv6cp (Results 1 - 4 of 4) sorted by null

  /external/libppp/src/
ipv6cp.h 26 * $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 *, struct link *)
    [all...]
ncp.h 52 struct ipv6cp ipv6cp; /* Our IPV6CP FSM */ member in struct:ncp
ncp.c 69 #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...]
ipv6cp.c 26 * $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)
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->myaddr, 1, 0)
326 struct ipv6cp *ipv6cp = &arg->bundle->ncp.ipv6cp; local
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
686 struct ipv6cp *ipv6cp = fsm2ipv6cp(fp); local
    [all...]

Completed in 189 milliseconds