Searched refs:h4_send (Results 1 – 3 of 3) sorted by relevance
96 static int h4_send(struct net_buf *buf);156 return h4_send(buf); in send_evt()411 static int h4_send(struct net_buf *buf) in h4_send() function454 err = h4_send(buf); in main()
273 static int h4_send(struct net_buf *buf) in h4_send() function409 err = h4_send(buf); in main()
492 static int h4_send(const struct device *dev, struct net_buf *buf) in h4_send() function569 .send = h4_send,