Searched refs:established (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_common.h156 time_t established; /* when our state went S_ACTIVE */ member in struct:key_state
H A Dssl.c2177 && now >= ks->established + session->opt->renegotiate_seconds)
2186 (int)(ks->established + session->opt->renegotiate_seconds - now),
2283 ks->established = now;
2515 if (ks->established && session->opt->renegotiate_seconds)
2517 ks->established + session->opt->renegotiate_seconds - now);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_fsm.c315 int established = 0;
323 established = 1;
335 if (established)
639 /* Increment established count. */
640 peer->established++;
314 int established = 0; local
H A Dbgpd.h396 u_int32_t established; /* Established */ member in struct:peer
H A Dbgp_snmp.c414 /* When the peer is established, */
532 return SNMP_INTEGER (peer->established);
H A Dbgp_vty.c6734 vty_out (vty, " Connections established %d; dropped %d%s",
6735 p->established, p->dropped,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dprotocol.tex31 true, if the connection is established, else false.
H A Ddialup.tex46 \twocolitem{{\bf EVT\_DIALUP\_CONNECTED(func)}}{A connection with the network was established.}
H A Dsocket.tex1066 Returns true if the connection is established and no error occurs.
1104 does not necessarily mean that the connection was successfully established;
H A Dtdb.tex464 \helpref{wxDbGetConnection}{wxdbfunctions} is recorded in a linked list of established
481 it should only be a fraction of a second). Re-using already established
528 When you create the instance, you indicate the previously established
H A Dbody.tex42 features, flexibility, documentation and the well-established

Completed in 214 milliseconds