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

/freebsd-current/lib/libipsec/
H A Dtest-policy.c330 return ((struct sadb_x_policy *)mhp[SADB_X_EXT_POLICY])->sadb_x_policy_id;
H A Dipsec_dump_policy.c82 if (xpl->sadb_x_policy_exttype != SADB_X_EXT_POLICY) {
H A Dpolicy_parse.y306 p->sadb_x_policy_exttype = SADB_X_EXT_POLICY;
H A Dpfkey_dump.c410 m_xpl = (struct sadb_x_policy *)mhp[SADB_X_EXT_POLICY];
H A Dpfkey.c1471 xpl.sadb_x_policy_exttype = SADB_X_EXT_POLICY;
1705 case SADB_X_EXT_POLICY:
/freebsd-current/sys/net/
H A Dpfkeyv2.h317 #define SADB_X_EXT_POLICY 18 macro
/freebsd-current/sys/netipsec/
H A Dkey.c383 [SADB_X_EXT_POLICY] = sizeof(struct sadb_x_policy),
416 [SADB_X_EXT_POLICY] = 0,
1835 xpl->sadb_x_policy_exttype = SADB_X_EXT_POLICY;
1996 SADB_CHECKHDR(mhp, SADB_X_EXT_POLICY)) {
2004 SADB_CHECKLEN(mhp, SADB_X_EXT_POLICY)) {
2021 xpl0 = (struct sadb_x_policy *)mhp->ext[SADB_X_EXT_POLICY];
2042 mhp->extlen[SADB_X_EXT_POLICY] <= sizeof(*xpl0)) {
2131 SADB_X_EXT_POLICY, SADB_EXT_LIFETIME_HARD,
2135 SADB_X_EXT_POLICY,
2158 if (xpl->sadb_x_policy_exttype != SADB_X_EXT_POLICY) {
[all...]
H A Dipsec_pcb.c388 xpl->sadb_x_policy_exttype = SADB_X_EXT_POLICY;
H A Dkey_debug.c240 case SADB_X_EXT_POLICY:
/freebsd-current/sbin/setkey/
H A Dtest-pfkey.c248 m_policy.sadb_x_policy_exttype = SADB_X_EXT_POLICY;

Completed in 136 milliseconds