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

  /src/sys/netipsec/
key_debug.h 71 struct sadb_ext;
73 void kdebug_sadb_xpolicy(const char *, const struct sadb_ext *);
key_debug.c 68 static void kdebug_sadb_prop(const struct sadb_ext *);
69 static void kdebug_sadb_identity(const struct sadb_ext *);
70 static void kdebug_sadb_supported(const struct sadb_ext *);
71 static void kdebug_sadb_lifetime(const struct sadb_ext *);
72 static void kdebug_sadb_sa(const struct sadb_ext *);
73 static void kdebug_sadb_address(const struct sadb_ext *);
74 static void kdebug_sadb_key(const struct sadb_ext *);
75 static void kdebug_sadb_x_sa2(const struct sadb_ext *);
76 static void kdebug_sadb_x_policy(const struct sadb_ext *);
101 const struct sadb_ext *ext
    [all...]
key.c 821 static int key_validate_ext (const struct sadb_ext *, int);
3969 l = PFKEY_UNUNIT64(((struct sadb_ext *)sav->lft_c)->sadb_ext_len);
3989 l = PFKEY_UNUNIT64(((struct sadb_ext *)sav->lft_h)->sadb_ext_len);
3996 l = PFKEY_UNUNIT64(((struct sadb_ext *)sav->lft_s)->sadb_ext_len);
8111 struct sadb_ext *ext;
8129 n = m_pulldown(m, off, sizeof(struct sadb_ext), &toff);
8134 ext = (struct sadb_ext *)(mtod(n, char *) + toff);
8197 ext = (struct sadb_ext *)(mtod(n, char *) + toff);
8214 key_validate_ext(const struct sadb_ext *ext, int len)
  /src/sys/net/
pfkeyv2.h 95 struct sadb_ext { struct
535 PFKEY_UNUNIT64(((const struct sadb_ext *)(const void *)(msg))->sadb_ext_len)

Completed in 18 milliseconds