Searched refs:KEEPALIVE (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dldap.c35 KEEPALIVE = 1 enumerator in enum:__anon2830
91 * conflags: KEEPALIVE
99 * All connection managment to the LDAP server is done here. Just set KEEPALIVE if you know
228 if ((ret == -1) || !(conflags & KEEPALIVE)) {
285 ret = ldap_getattr_fromfilter_withbase_scope( ldap_groupbase, filter, attributes, ldap_groupscope, KEEPALIVE, uuid_string);
287 ret = ldap_getattr_fromfilter_withbase_scope( ldap_userbase, filter, attributes, ldap_userscope, KEEPALIVE, uuid_string);
322 ret = ldap_getattr_fromfilter_withbase_scope( ldap_groupbase, filter, attributes, ldap_groupscope, KEEPALIVE, name);
331 ret = ldap_getattr_fromfilter_withbase_scope( ldap_userbase, filter, attributes, ldap_userscope, KEEPALIVE, name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_debug.c75 "KEEPALIVE",
411 DEBUG_ON (keepalive, KEEPALIVE);
414 TERM_DEBUG_ON (keepalive, KEEPALIVE);
429 DEBUG_OFF (keepalive, KEEPALIVE);
432 TERM_DEBUG_OFF (keepalive, KEEPALIVE);
584 TERM_DEBUG_OFF (keepalive, KEEPALIVE);
614 if (BGP_DEBUG (keepalive, KEEPALIVE))
647 if (CONF_BGP_DEBUG (keepalive, KEEPALIVE))
H A Dbgp_packet.c716 if (BGP_DEBUG (keepalive, KEEPALIVE))
717 zlog_info ("%s sending KEEPALIVE", peer->host);
1291 /* From the rfc: A reasonable maximum time between KEEPALIVE messages
1292 would be one third of the Hold Time interval. KEEPALIVE messages
1294 implementation MAY adjust the rate at which it sends KEEPALIVE
1663 if (BGP_DEBUG (keepalive, KEEPALIVE))
1664 zlog_info ("%s KEEPALIVE rcvd", peer->host);

Completed in 27 milliseconds