Searched refs:sadb_comb (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sbin/setkey/
H A Dtest-pfkey.c309 struct sadb_comb *m_comb;
322 m_comb = (struct sadb_comb *)buf;
341 m_comb = (struct sadb_comb *)(buf + sizeof(*m_comb));
/freebsd-current/sys/net/
H A Dpfkeyv2.h158 struct sadb_comb { struct
/freebsd-current/sys/netipsec/
H A Dkey_debug.c272 struct sadb_comb *comb;
281 comb = (struct sadb_comb *)(prop + 1);
285 printf("sadb_comb{ auth=%u encrypt=%u "
H A Dkey.c714 static void key_getcomb_setlifetime(struct sadb_comb *);
6389 key_getcomb_setlifetime(struct sadb_comb *comb)
6409 struct sadb_comb *comb;
6415 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
6458 comb = (struct sadb_comb *)(mtod(n, caddr_t) + o);
6511 struct sadb_comb *comb;
6515 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
6549 comb = mtod(m, struct sadb_comb *);
6568 struct sadb_comb *comb;
6571 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
[all...]

Completed in 365 milliseconds