Home
last modified time | relevance | path

Searched defs:ipv6cp (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
HDipv6cp.h39 struct ipv6cp { struct
61 #define fsm2ipv6cp(fp) (fp->proto == PROTO_IPV6CP ? (struct ipv6cp *)fp : NULL) argument
62 #define IPV6CP_QUEUES(ipv6cp) (sizeof ipv6cp->Queue / sizeof ipv6cp->Queue[0]) argument
HDipv6cp.c199 ipcp_SetIPv6address(struct ipv6cp *ipv6cp, u_char *myifid, u_char *hisifid) in ipcp_SetIPv6address()
267 ipv6cp_Init(struct ipv6cp *ipv6cp, struct bundle *bundle, struct link *l, in ipv6cp_Init()
304 ipv6cp_Destroy(struct ipv6cp *ipv6cp) in ipv6cp_Destroy()
310 ipv6cp_Setup(struct ipv6cp *ipv6cp) in ipv6cp_Setup()
320 ipv6cp_SetLink(struct ipv6cp *ipv6cp, struct link *l) in ipv6cp_SetLink()
328 struct ipv6cp *ipv6cp = &arg->bundle->ncp.ipv6cp; in ipv6cp_Show() local
369 ipv6cp_AddInOctets(struct ipv6cp *ipv6cp, int n) in ipv6cp_AddInOctets()
375 ipv6cp_AddOutOctets(struct ipv6cp *ipv6cp, int n) in ipv6cp_AddOutOctets()
393 ipv6cp_InterfaceUp(struct ipv6cp *ipv6cp) in ipv6cp_InterfaceUp()
410 ipv6cp_QueueLen(struct ipv6cp *ipv6cp) in ipv6cp_QueueLen()
[all …]
HDncp.c217 struct ipv6cp *ipv6cp = &ncp->ipv6cp; in ncp_Enqueue() local
289 struct ipv6cp *ipv6cp = &ncp->ipv6cp; in ncp_DeleteQueues() local
HDncp.h54 struct ipv6cp ipv6cp; /* Our IPV6CP FSM */ member
/freebsd-11-stable/sys/net/
HDif_sppp.h110 struct sipcp ipv6cp; /* IPv6CP params */ member
164 struct sipcp ipv6cp; /* IPv6CP params */ member
HDif_spppsubr.c414 static const struct cp ipv6cp = { variable