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

/darwin-on-arm/xnu/bsd/net/
H A Dpfkeyv2.h194 struct sadb_comb { struct
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey_debug.c177 struct sadb_comb *comb;
186 comb = (struct sadb_comb *)(prop + 1);
190 printf("sadb_comb{ auth=%u encrypt=%u "
H A Dkey.c520 static void key_getcomb_setlifetime(struct sadb_comb *);
6931 struct sadb_comb *comb)
6952 struct sadb_comb *comb;
6958 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
7005 comb = (struct sadb_comb *)
7035 struct sadb_comb *comb;
7040 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
7076 comb = mtod(m, struct sadb_comb *);
7094 struct sadb_comb *comb;
7098 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
[all...]

Completed in 82 milliseconds