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

/netbsd-6-1-5-RELEASE/sys/net/
H A Dpfkeyv2.h180 struct sadb_supported { struct
/netbsd-6-1-5-RELEASE/sys/netipsec/
H A Dkey_debug.c269 const struct sadb_supported *sup = (const struct sadb_supported *)ext;
H A Dkey.c191 sizeof(struct sadb_supported), /* SADB_EXT_SUPPORTED_AUTH */
192 sizeof(struct sadb_supported), /* SADB_EXT_SUPPORTED_ENCRYPT */
6704 struct sadb_supported *sup;
6717 alen += sizeof(struct sadb_supported);
6724 elen += sizeof(struct sadb_supported);
6754 sup = (struct sadb_supported *)(mtod(n, char *) + off);
6778 sup = (struct sadb_supported *)(mtod(n, char *) + off);
/netbsd-6-1-5-RELEASE/sys/netkey/
H A Dkey_debug.c362 struct sadb_supported *sup = (struct sadb_supported *)ext;
H A Dkey.c187 sizeof(struct sadb_supported), /* SADB_EXT_SUPPORTED_AUTH */
188 sizeof(struct sadb_supported), /* SADB_EXT_SUPPORTED_ENCRYPT */
6768 struct sadb_supported *sup;
6781 alen += sizeof(struct sadb_supported);
6789 elen += sizeof(struct sadb_supported);
6820 sup = (struct sadb_supported *)(mtod(n, char *) + off);
6843 sup = (struct sadb_supported *)(mtod(n, char *) + off);
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/libipsec/
H A Dpfkey.c57 static int setsupportedmap __P((struct sadb_supported *));
113 static struct sadb_supported *ipsec_supported[] = { NULL, NULL, NULL,
160 - sizeof(struct sadb_supported);
180 struct sadb_supported *sup;
182 struct sadb_supported **ipsup;
743 * sadb_supported returned into ipsec_supported.
779 * sadb_supported returned into ipsec_supported.
790 struct sadb_supported *sup;
H A Dkey_debug.c325 struct sadb_supported *sup = (void *)ext;

Completed in 216 milliseconds