Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dpfkeyv2.h300 struct sadb_x_ipsecif { struct
301 u_int16_t sadb_x_ipsecif_len; argument
302 u_int16_t sadb_x_ipsecif_exttype; argument
303 char sadb_x_ipsecif_internal_if[IFXNAMSIZ]; /* Steal packets from this interface */ argument
304 char sadb_x_ipsecif_outgoing_if[IFXNAMSIZ]; /* Send packets out on this interface */ argument
305 char sadb_x_ipsecif_ipsec_if[IFXNAMSIZ]; /* Direct packets through ipsec interface */ argument
306 u_int16_t sadb_x_ipsecif_init_disabled; /* 0 or 1, flag to ignore policy */ argument
307 u_int16_t reserved;