Home
last modified time | relevance | path

Searched refs:mobile_dpd (Results 1 – 8 of 8) sorted by relevance

/dports/net/ocserv/ocserv-1.1.3/src/
H A Dvpn.h294 unsigned mobile_dpd; member
H A Dmain-sec-mod-cmd.c412 gc->mobile_dpd = vhost->perm_config.config->mobile_dpd; in apply_default_config()
H A Dipc.proto56 optional uint32 mobile_dpd = 31; field
H A Dconfig.c872 READ_NUMERIC(config->mobile_dpd); in cfg_ini_handler()
1479 if (config->mobile_dpd == 0) in check_cfg()
1480 config->mobile_dpd = config->dpd; in check_cfg()
H A Dipc.pb-c.h150 uint32_t mobile_dpd; member
H A Dipc.pb-c.c1657 offsetof(GroupCfgSt, mobile_dpd),
H A Dworker-vpn.c1944 ws->user_config->dpd = ws->user_config->mobile_dpd; in connect_handler()
/dports/net/ocserv/ocserv-1.1.3/src/sup-config/
H A Dfile.c175 READ_RAW_NUMERIC(msg->config->mobile_dpd, msg->config->has_mobile_dpd); in group_cfg_ini_handler()