Searched refs:sadb_ext (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/netipsec/
H A Dkey_debug.h71 struct sadb_ext;
73 extern void kdebug_sadb_x_policy(struct sadb_ext *);
H A Dkey_debug.c70 static void kdebug_sadb_prop(struct sadb_ext *);
71 static void kdebug_sadb_identity(struct sadb_ext *);
72 static void kdebug_sadb_supported(struct sadb_ext *);
73 static void kdebug_sadb_lifetime(struct sadb_ext *);
74 static void kdebug_sadb_sa(struct sadb_ext *);
75 static void kdebug_sadb_address(struct sadb_ext *);
76 static void kdebug_sadb_key(struct sadb_ext *);
77 static void kdebug_sadb_x_sa2(struct sadb_ext *);
78 static void kdebug_sadb_x_sa_replay(struct sadb_ext *);
79 static void kdebug_sadb_x_natt(struct sadb_ext *);
[all...]
H A Dkey.c580 struct sadb_ext *ext[SADB_EXT_MAX + 1];
739 static int key_validate_ext(const struct sadb_ext *, int);
8124 struct sadb_ext *ext;
8138 mhp->ext[0] = (struct sadb_ext *)mhp->msg; /*XXX backward compat */
8143 n = m_pulldown(m, off, sizeof(struct sadb_ext), &toff);
8148 ext = (struct sadb_ext *)(mtod(n, caddr_t) + toff);
8213 ext = (struct sadb_ext *)(mtod(n, caddr_t) + toff);
8230 key_validate_ext(const struct sadb_ext *ext, int len)
/freebsd-current/sbin/setkey/
H A Dparse.y76 static int setvarbuf(char *, int *, struct sadb_ext *, int, caddr_t, int);
878 setvarbuf(buf, &l, (struct sadb_ext *)&m_addr,
892 setvarbuf(buf, &l, (struct sadb_ext *)&m_addr,
997 setvarbuf(buf, &l, (struct sadb_ext *)&m_addr,
1010 setvarbuf(buf, &l, (struct sadb_ext *)&m_addr,
1069 (struct sadb_ext *)&m_key, sizeof(m_key),
1085 (struct sadb_ext *)&m_key, sizeof(m_key),
1169 setvarbuf(buf, &l, (struct sadb_ext *)&m_addr,
1187 setvarbuf(buf, &l, (struct sadb_ext *)&m_addr,
1235 setvarbuf(buf, &l, (struct sadb_ext *)
[all...]
/freebsd-current/sys/net/
H A Dpfkeyv2.h92 struct sadb_ext { struct
447 PFKEY_UNUNIT64(((const struct sadb_ext *)(msg))->sadb_ext_len)
/freebsd-current/lib/libipsec/
H A Dtest-policy.c143 kdebug_sadb_x_policy((struct sadb_ext *)buf);
H A Dpfkey.c1646 struct sadb_ext *ext;
1671 ext = (struct sadb_ext *)p;

Completed in 233 milliseconds