Home
last modified time | relevance | path

Searched refs:ipv6cp_PushPacket (Results 1 – 3 of 3) sorted by relevance

/external/libppp/src/
Dipv6cp.h82 extern int ipv6cp_PushPacket(struct ipv6cp *, struct link *);
Dncp.c356 res = ipv6cp_PushPacket(&bundle->ncp.ipv6cp, l); in ncp_PushPacket()
358 if ((res = ipv6cp_PushPacket(&bundle->ncp.ipv6cp, l))) in ncp_PushPacket()
Dipv6cp.c421 ipv6cp_PushPacket(struct ipv6cp *ipv6cp, struct link *l) in ipv6cp_PushPacket() function