Searched refs:occ_magic (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Docc.h32 /* OCC_STRING_SIZE must be set to sizeof (occ_magic) */
84 extern const uint8_t occ_magic[];
89 return buf_string_match_head (buf, occ_magic, OCC_STRING_SIZE);
H A Docc.c50 * occ_magic -- (16 octets)
59 * OCC_STRING_SIZE must be set to sizeof (occ_magic)
62 const uint8_t occ_magic[] = { variable
224 ASSERT (buf_write (&c->c2.buf, occ_magic, OCC_STRING_SIZE));

Completed in 155 milliseconds