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

/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkeydb.h43 struct secasindex { struct
56 struct secasindex saidx;
129 struct secasindex saidx;
H A Dkey.h53 extern struct secasvar *key_allocsa_policy(struct secasindex *);
56 extern int key_checkrequest(struct ipsecrequest *isr, struct secasindex *,
H A Dkey_debug.h72 struct secasindex;
78 extern void kdebug_secasindex(struct secasindex *);
H A Dkey.c378 * set parameters into secasindex buffer.
379 * Must allocate secasindex buffer before calling this function.
383 bzero((idx), sizeof(struct secasindex)); \
428 static struct secashead *key_newsah(struct secasindex *);
433 static struct secashead *key_getsah(struct secasindex *);
434 static struct secasvar *key_checkspidup(struct secasindex *, u_int32_t);
465 static int key_cmpsaidx(struct secasindex *, struct secasindex *, int);
479 static u_int32_t key_do_getnewspi(struct sadb_spirange *, struct secasindex *);
499 static struct mbuf *key_getprop(const struct secasindex *);
[all...]
H A Dkey_debug.c529 struct secasindex *saidx;
535 printf("secasindex{ mode=%u proto=%u\n",
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.h111 struct secasindex saidx;/* hint for search proper SA */
H A Dipsec.c2702 struct secasindex *saidx = &sav->sah->saidx;
2777 struct secasindex saidx;
3039 struct secasindex saidx;
3217 struct secasindex saidx;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_input.c2309 struct secasindex saidx;

Completed in 57 milliseconds