Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netkey/
H A Dkey_debug.c58 static void kdebug_sadb_prop(struct sadb_ext *);
59 static void kdebug_sadb_identity(struct sadb_ext *);
60 static void kdebug_sadb_supported(struct sadb_ext *);
61 static void kdebug_sadb_lifetime(struct sadb_ext *);
62 static void kdebug_sadb_sa(struct sadb_ext *);
63 static void kdebug_sadb_address(struct sadb_ext *);
64 static void kdebug_sadb_key(struct sadb_ext *);
65 static void kdebug_sadb_x_sa2(struct sadb_ext *);
82 struct sadb_ext *ext;
98 ext = (struct sadb_ext *)((caddr_t)base + sizeof(struct sadb_msg));
[all …]
H A Dkey_debug.h63 struct sadb_ext;
65 extern void kdebug_sadb_x_policy(struct sadb_ext *);
H A Dkey.c399 struct sadb_ext *ext[SADB_EXT_MAX + 1];
515 static int key_validate_ext(const struct sadb_ext *, int);
4840 l = PFKEY_UNUNIT64(((struct sadb_ext *)sav->lft_c)->sadb_ext_len); in key_setdumpsa()
4848 l = PFKEY_UNUNIT64(((struct sadb_ext *)sav->lft_h)->sadb_ext_len); in key_setdumpsa()
4856 l = PFKEY_UNUNIT64(((struct sadb_ext *)sav->lft_s)->sadb_ext_len); in key_setdumpsa()
9545 struct sadb_ext *ext; in key_align()
9562 mhp->ext[0] = (struct sadb_ext *)mhp->msg; /*XXX backward compat */ in key_align()
9567 n = m_pulldown(m, off, sizeof(struct sadb_ext), &toff); in key_align()
9572 ext = (struct sadb_ext *)(void *)(mtod(n, caddr_t) + toff); in key_align()
9653 ext = (struct sadb_ext *)(void *)(mtod(n, caddr_t) + toff); in key_align()
[all …]
/xnu-8792.41.9/bsd/net/
H A Dpfkeyv2.h123 struct sadb_ext { struct
512 PFKEY_UNUNIT64(((struct sadb_ext *)(msg))->sadb_ext_len)
/xnu-8792.41.9/tests/
H A Dipsec.m231 struct sadb_ext *ext;
H A Dpfkey.c77 struct sadb_ext *ext; in pfkey_align()
/xnu-8792.41.9/bsd/netinet6/
H A Dipsec.c1602 kdebug_sadb_x_policy((struct sadb_ext *)xpl)); in ipsec_set_policy()