sadb_supported
- sizeof(struct sadb_supported);
setsupportedmap(struct sadb_supported *sup)
struct sadb_supported **ipsup;
static int setsupportedmap(struct sadb_supported *);
struct sadb_supported *sup;
sup = (struct sadb_supported *)p;
static struct sadb_supported *ipsec_supported[] = { NULL, NULL, NULL, NULL };
[SADB_EXT_SUPPORTED_AUTH] = sizeof(struct sadb_supported),
[SADB_EXT_SUPPORTED_ENCRYPT] = sizeof(struct sadb_supported),
struct sadb_supported *sup;
alen += sizeof(struct sadb_supported);
elen += sizeof(struct sadb_supported);
sup = (struct sadb_supported *)(mtod(n, caddr_t) + off);
sup = (struct sadb_supported *)(mtod(n, caddr_t) + off);
struct sadb_supported *sup = (struct sadb_supported *)ext;