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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dpfkeyv2.h193 struct sadb_comb { struct
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey_debug.c171 struct sadb_comb *comb;
180 comb = (struct sadb_comb *)(prop + 1);
184 printf("sadb_comb{ auth=%u encrypt=%u "
H A Dkey.c493 static void key_getcomb_setlifetime(struct sadb_comb *);
6240 struct sadb_comb *comb;
6261 struct sadb_comb *comb;
6267 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
6314 comb = (struct sadb_comb *)(mtod(n, caddr_t) + o);
6343 struct sadb_comb *comb;
6348 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
6384 comb = mtod(m, struct sadb_comb *);
6402 struct sadb_comb *comb;
6406 const int l = PFKEY_ALIGN8(sizeof(struct sadb_comb));
[all...]

Completed in 25 milliseconds