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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dpfkeyv2.h186 struct sadb_prop { struct
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey_debug.c170 struct sadb_prop *prop = (struct sadb_prop *)ext;
181 printf("sadb_prop{ replay=%u\n", prop->sadb_prop_replay);
H A Dkey.c205 sizeof(struct sadb_prop), /* SADB_EXT_PROPOSAL */
6449 struct sadb_prop *prop;
6451 const int l = PFKEY_ALIGN8(sizeof(struct sadb_prop));
6480 prop = mtod(m, struct sadb_prop *);
6895 mhp->extlen[SADB_EXT_PROPOSAL] < sizeof(struct sadb_prop)) {

Completed in 37 milliseconds