Searched refs:create_flow (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/sbin/iked/ |
H A D | parse.y | 396 static int create_flow(struct iked_policy *pol, int, struct ipsec_addr_wrap *ipa, 3215 create_flow(struct iked_policy *pol, int proto, struct ipsec_addr_wrap *ipa, in create_flow() 3288 if (create_flow(pol, proto, ipa, ipb)) in expand_flows() 3298 if (create_flow(pol, proto, ipa, ipb)) in expand_flows() 3305 if (create_flow(pol, proto, ipa, dst)) in expand_flows() 3312 if (create_flow(pol, proto, src, ipa)) in expand_flows() 3314 } else if (create_flow(pol, proto, src, dst)) in expand_flows() 3207 create_flow(struct iked_policy *pol, int proto, struct ipsec_addr_wrap *ipa, create_flow() function
|
/openbsd-src/sbin/ipsecctl/ |
H A D | parse.y | 214 struct ipsec_rule *create_flow(u_int8_t, u_int8_t, struct ipsec_hosts *, 384 r = create_flow($3, $4, &$5, $2, $7.srcid, 2566 create_flow(u_int8_t dir, u_int8_t proto, struct ipsec_hosts *hosts, in create_flow() function
|