Searched defs:ipv6cp (Results 1 – 4 of 4) sorted by relevance
37 struct ipv6cp { struct59 #define fsm2ipv6cp(fp) (fp->proto == PROTO_IPV6CP ? (struct ipv6cp *)fp : NULL) argument60 #define IPV6CP_QUEUES(ipv6cp) (sizeof ipv6cp->Queue / sizeof ipv6cp->Queue[0]) argument
197 ipcp_SetIPv6address(struct ipv6cp *ipv6cp, u_char *myifid, u_char *hisifid) in ipcp_SetIPv6address()265 ipv6cp_Init(struct ipv6cp *ipv6cp, struct bundle *bundle, struct link *l, in ipv6cp_Init()302 ipv6cp_Destroy(struct ipv6cp *ipv6cp) in ipv6cp_Destroy()308 ipv6cp_Setup(struct ipv6cp *ipv6cp) in ipv6cp_Setup()318 ipv6cp_SetLink(struct ipv6cp *ipv6cp, struct link *l) in ipv6cp_SetLink()326 struct ipv6cp *ipv6cp = &arg->bundle->ncp.ipv6cp; in ipv6cp_Show() local367 ipv6cp_AddInOctets(struct ipv6cp *ipv6cp, int n) in ipv6cp_AddInOctets()373 ipv6cp_AddOutOctets(struct ipv6cp *ipv6cp, int n) in ipv6cp_AddOutOctets()391 ipv6cp_InterfaceUp(struct ipv6cp *ipv6cp) in ipv6cp_InterfaceUp()408 ipv6cp_QueueLen(struct ipv6cp *ipv6cp) in ipv6cp_QueueLen()[all …]
215 struct ipv6cp *ipv6cp = &ncp->ipv6cp; in ncp_Enqueue() local287 struct ipv6cp *ipv6cp = &ncp->ipv6cp; in ncp_DeleteQueues() local
53 struct ipv6cp ipv6cp; /* Our IPV6CP FSM */ member