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