Searched refs:flushret (Results 1 – 1 of 1) sorted by relevance
1336 int ret, flushret; in main() local1349 flushret = 0; in main()1530 flushret = ipsec_conf_flush(SPD_STANDBY); in main()1559 flushret = ipsec_conf_flush(SPD_STANDBY); in main()1568 if (ret != 0 || flushret != 0) in main()5225 int ret, flushret, i, j, diag, num_rules, good_rules; in ipsec_conf_add() local5341 flushret = ipsec_conf_flush(SPD_STANDBY); in ipsec_conf_add()5342 if (flushret != 0) in ipsec_conf_add()5343 return (flushret); in ipsec_conf_add()5528 flushret = ipsec_conf_flush(SPD_STANDBY); in ipsec_conf_add()[all …]