Searched refs:ppp_send (Results 1 – 2 of 2) sorted by relevance
166 static int ppp_send(struct net_if *iface, struct net_pkt *pkt) in ppp_send() function316 NET_L2_INIT(PPP_L2, ppp_recv, ppp_send, ppp_enable, ppp_flags);
804 static int ppp_send(const struct device *dev, struct net_pkt *pkt) in ppp_send() function1146 .send = ppp_send,