Searched refs:wg_send_buf (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/net/ |
| D | if_wg.c | 302 void wg_send_buf(struct wg_softc *, struct wg_endpoint *, uint8_t *, 867 wg_send_buf(struct wg_softc *sc, struct wg_endpoint *e, uint8_t *buf, in wg_send_buf() function 1252 wg_send_buf(peer->p_sc, &endpoint, buf, len); in wg_peer_send_buf() 1319 wg_send_buf(sc, e, (uint8_t *)&pkt, sizeof(pkt)); in wg_send_cookie()
|