Home
last modified time | relevance | path

Searched defs:ipsec_rule (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sbin/ipsecctl/
H A Dipsecctl.h180 struct ipsec_rule { struct
181 u_int8_t type;
183 unsigned int flags;
186 struct ipsec_addr_wrap *src;
187 struct ipsec_addr_wrap *dst;
188 struct ipsec_addr_wrap *dst2;
189 struct ipsec_addr_wrap *local;
190 struct ipsec_addr_wrap *peer;
191 struct ipsec_auth *auth;
192 struct ike_auth *ikeauth;
[all …]