Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dncp.c353 if ((res = ipcp_PushPacket(&bundle->ncp.ipcp, l))) in ncp_PushPacket()
361 res = ipcp_PushPacket(&bundle->ncp.ipcp, l); in ncp_PushPacket()
364 res = ipcp_PushPacket(&bundle->ncp.ipcp, l); in ncp_PushPacket()
H A Dipcp.h132 extern int ipcp_PushPacket(struct ipcp *, struct link *);
H A Dipcp.c1442 ipcp_PushPacket(struct ipcp *ipcp, struct link *l) in ipcp_PushPacket() function