Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dif_wg.c75 #define WG_PKT_COOKIE htole32(3) macro
1246 pkt.t = WG_PKT_COOKIE; in wg_send_cookie()
1372 case WG_PKT_COOKIE: in wg_handshake()
2015 *mtod(m, uint32_t *) == WG_PKT_COOKIE)) { in wg_input()