Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/ppp/
HDncp.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()
HDipcp.h132 extern int ipcp_PushPacket(struct ipcp *, struct link *);
HDipcp.c1442 ipcp_PushPacket(struct ipcp *ipcp, struct link *l) in ipcp_PushPacket() function