Searched refs:OCC_REPLY (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.h40 #define OCC_REPLY 1 /* deliver options string to peer */ macro
H A Docc.c52 * type [OCC_REQUEST | OCC_REPLY] (1 octet)
53 * null terminated options string if OCC_REPLY (variable)
160 * No OCC_REPLY from peer after repeated attempts.
235 case OCC_REPLY:
238 if (!buf_write_u8 (&c->c2.buf, OCC_REPLY))
243 dmsg (D_PACKET_CONTENT, "SENT OCC_REPLY");
333 c->c2.occ_op = OCC_REPLY;
348 case OCC_REPLY:
349 dmsg (D_PACKET_CONTENT, "RECEIVED OCC_REPLY");

Completed in 101 milliseconds