Searched refs:OCC_STRING_SIZE (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) */
33 #define OCC_STRING_SIZE 16 macro
89 return buf_string_match_head (buf, occ_magic, OCC_STRING_SIZE);
H A Docc.c59 * OCC_STRING_SIZE must be set to sizeof (occ_magic)
224 ASSERT (buf_write (&c->c2.buf, occ_magic, OCC_STRING_SIZE));
281 - OCC_STRING_SIZE
296 OCC_STRING_SIZE,
328 ASSERT (buf_advance (&c->c2.buf, OCC_STRING_SIZE));

Completed in 47 milliseconds