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

/freebsd-10.0-release/sys/netipsec/
H A Dkey_debug.c66 static void kdebug_sadb_prop __P((struct sadb_ext *));
67 static void kdebug_sadb_identity __P((struct sadb_ext *));
68 static void kdebug_sadb_supported __P((struct sadb_ext *));
69 static void kdebug_sadb_lifetime __P((struct sadb_ext *));
70 static void kdebug_sadb_sa __P((struct sadb_ext *));
71 static void kdebug_sadb_address __P((struct sadb_ext *));
72 static void kdebug_sadb_key __P((struct sadb_ext *));
73 static void kdebug_sadb_x_sa2 __P((struct sadb_ext *));
90 struct sadb_ext *ext;
105 ext = (struct sadb_ext *)((caddr_
[all...]
H A Dkey_debug.h64 struct sadb_ext;
66 extern void kdebug_sadb_x_policy __P((struct sadb_ext *));
H A Dkey.c407 struct sadb_ext *ext[SADB_EXT_MAX + 1];
539 static int key_validate_ext __P((const struct sadb_ext *, int));
7564 struct sadb_ext *ext;
7578 mhp->ext[0] = (struct sadb_ext *)mhp->msg; /*XXX backward compat */
7583 n = m_pulldown(m, off, sizeof(struct sadb_ext), &toff);
7588 ext = (struct sadb_ext *)(mtod(n, caddr_t) + toff);
7652 ext = (struct sadb_ext *)(mtod(n, caddr_t) + toff);
7670 const struct sadb_ext *ext;
H A Dipsec.c977 kdebug_sadb_x_policy((struct sadb_ext *)xpl));
/freebsd-10.0-release/sbin/setkey/
H A Dparse.y69 static int setvarbuf(char *, int *, struct sadb_ext *, int, caddr_t, int);
834 setvarbuf(buf, &l, (struct sadb_ext *)&m_addr,
848 setvarbuf(buf, &l, (struct sadb_ext *)&m_addr,
953 setvarbuf(buf, &l, (struct sadb_ext *)&m_addr,
966 setvarbuf(buf, &l, (struct sadb_ext *)&m_addr,
1024 (struct sadb_ext *)&m_key, sizeof(m_key),
1040 (struct sadb_ext *)&m_key, sizeof(m_key),
1132 setvarbuf(buf, &l, (struct sadb_ext *)&m_addr,
1145 setvarbuf(buf, &l, (struct sadb_ext *)&m_addr,
1228 struct sadb_ext *ebu
[all...]
/freebsd-10.0-release/sys/net/
H A Dpfkeyv2.h91 struct sadb_ext { struct
418 PFKEY_UNUNIT64(((struct sadb_ext *)(msg))->sadb_ext_len)
/freebsd-10.0-release/lib/libipsec/
H A Dtest-policy.c144 kdebug_sadb_x_policy((struct sadb_ext *)buf);
H A Dpfkey.c1718 struct sadb_ext *ext;
1743 ext = (struct sadb_ext *)p;

Completed in 135 milliseconds