sadb_comb
struct sadb_comb *m_comb;
m_comb = (struct sadb_comb *)buf;
m_comb = (struct sadb_comb *)(buf + sizeof(*m_comb));
key_getcomb_setlifetime(struct sadb_comb *comb)
struct sadb_comb *comb;
const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
comb = (struct sadb_comb *)(mtod(n, caddr_t) + o);
struct sadb_comb *comb;
const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
comb = mtod(m, struct sadb_comb *);
struct sadb_comb *comb;
const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
comb = mtod(m, struct sadb_comb *);
static void key_getcomb_setlifetime(struct sadb_comb *);
struct sadb_comb *comb;
comb = (struct sadb_comb *)(prop + 1);