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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dldap.c35 KEEPALIVE = 1 enumerator in enum:__anon7060
93 * conflags: KEEPALIVE
101 * All connection managment to the LDAP server is done here. Just set KEEPALIVE if you know
230 if ((ret == -1) || !(conflags & KEEPALIVE)) {
287 ret = ldap_getattr_fromfilter_withbase_scope( ldap_groupbase, filter, attributes, ldap_groupscope, KEEPALIVE, uuid_string);
289 ret = ldap_getattr_fromfilter_withbase_scope( ldap_userbase, filter, attributes, ldap_userscope, KEEPALIVE, uuid_string);
324 ret = ldap_getattr_fromfilter_withbase_scope( ldap_groupbase, filter, attributes, ldap_groupscope, KEEPALIVE, name);
333 ret = ldap_getattr_fromfilter_withbase_scope( ldap_userbase, filter, attributes, ldap_userscope, KEEPALIVE, name);
/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcfparse.y144 %token NONCE_SIZE DH_GROUP KEEPALIVE PASSIVE INITIAL_CONTACT
804 | KEEPALIVE { cur_rmconf->keepalive = TRUE; } EOS
H A Dcftoken.l228 <S_RMTS>keepalive { YYD; return(KEEPALIVE); }

Completed in 110 milliseconds