HomeSort by: relevance | last modified time | path
    Searched refs:sadb_x_policy (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netipsec/
key.h 111 struct secpolicy *key_msg2sp(const struct sadb_x_policy *, size_t, int *);
key_debug.c 373 const struct sadb_x_policy *xpl = (const struct sadb_x_policy *)ext;
380 printf(" sadb_x_policy { type=%u dir=%u flags=0x%02x id=%x }",
key.c 496 sizeof(struct sadb_x_policy), /* SADB_X_EXT_POLICY */
1819 * create secpolicy structure from sadb_x_policy structure.
1824 _key_msg2sp(const struct sadb_x_policy *xpl0, size_t len, int *error,
2047 key_msg2sp(const struct sadb_x_policy *xpl0, size_t len, int *error)
2067 * copy secpolicy struct to sadb_x_policy structure indicated.
2072 struct sadb_x_policy *xpl;
2089 xpl = mtod(m, struct sadb_x_policy *);
2210 const struct sadb_x_policy *xpl0;
2211 struct sadb_x_policy *xpl;
2226 mhp->extlen[SADB_X_EXT_POLICY] < sizeof(struct sadb_x_policy)) {
    [all...]
ipsec.c 1139 const struct sadb_x_policy *xpl;
1151 xpl = (const struct sadb_x_policy *)request;
1217 const struct sadb_x_policy *xpl;
1226 xpl = (const struct sadb_x_policy *)request;
  /src/sys/net/
pfkeyv2.h 225 /* sizeof(struct sadb_x_policy) == 16 */
226 struct sadb_x_policy { struct
241 * = (sadb_x_policy_len * sizeof(uint64_t) - sizeof(struct sadb_x_policy))
if_ipsec.c 111 static inline size_t if_ipsec_set_sadb_x_policy(struct sadb_x_policy *,
1691 if_ipsec_set_sadb_x_policy(struct sadb_x_policy *xpl,
1838 struct sadb_x_policy xpl;
1987 struct sadb_x_policy xpl;

Completed in 18 milliseconds