Home
last modified time | relevance | path

Searched refs:RULE_FLOW (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sbin/ipsecctl/
Dipsecctl.c266 assert((to->type & RULE_FLOW) && (from->type & RULE_FLOW)); in ipsecctl_merge_rules()
573 if (r->type & RULE_FLOW) in ipsecctl_print_rule()
639 rule->type |= RULE_FLOW; in ipsecctl_parse_rules()
Dipsecctl.h40 #define RULE_FLOW 0x01 macro
Dparse.y2575 r->type |= RULE_FLOW; in create_flow()
2663 if (r->type == RULE_FLOW && in set_rule_peers()
2679 if (r->type == RULE_FLOW && r->peer == NULL) { in set_rule_peers()
2824 reverse->type |= RULE_FLOW; in reverse_rule()
Dpfkey.c1118 if (r->type == RULE_FLOW) { in pfkey_ipsec_establish()