Searched refs:SADB_X_EXT_POLICY (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/lib/libipsec/
H A Dipsec_dump_policy.c85 if (xpl->sadb_x_policy_exttype != SADB_X_EXT_POLICY) {
H A Dtest-policy.c331 return ((struct sadb_x_policy *)mhp[SADB_X_EXT_POLICY])->sadb_x_policy_id;
H A Dpolicy_parse.y308 p->sadb_x_policy_exttype = SADB_X_EXT_POLICY;
H A Dpfkey_dump.c390 m_xpl = (struct sadb_x_policy *)mhp[SADB_X_EXT_POLICY];
H A Dpfkey.c1558 xpl.sadb_x_policy_exttype = SADB_X_EXT_POLICY;
1777 case SADB_X_EXT_POLICY:
/freebsd-10.0-release/sys/net/
H A Dpfkeyv2.h304 #define SADB_X_EXT_POLICY 18 macro
/freebsd-10.0-release/sys/netipsec/
H A Dkey.c234 sizeof(struct sadb_x_policy), /* SADB_X_EXT_POLICY */
262 0, /* SADB_X_EXT_POLICY */
1645 xpl->sadb_x_policy_exttype = SADB_X_EXT_POLICY;
1801 mhp->ext[SADB_X_EXT_POLICY] == NULL) {
1807 mhp->extlen[SADB_X_EXT_POLICY] < sizeof(struct sadb_x_policy)) {
1824 xpl0 = (struct sadb_x_policy *)mhp->ext[SADB_X_EXT_POLICY];
1863 && mhp->extlen[SADB_X_EXT_POLICY] <= sizeof(*xpl0)) {
1964 SADB_X_EXT_POLICY, SADB_EXT_LIFETIME_HARD,
1968 SADB_X_EXT_POLICY,
1991 if (xpl->sadb_x_policy_exttype != SADB_X_EXT_POLICY) {
[all...]
H A Dkey_debug.c155 case SADB_X_EXT_POLICY:
/freebsd-10.0-release/sbin/setkey/
H A Dtest-pfkey.c247 m_policy.sadb_x_policy_exttype = SADB_X_EXT_POLICY;

Completed in 103 milliseconds