Searched refs:sadb_x_policy_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/lib/libipsec/
H A Dipsec_dump_policy.c104 switch (xpl->sadb_x_policy_type) {
118 + strlen(ipsp_policy_strs[xpl->sadb_x_policy_type])
126 ipsp_policy_strs[xpl->sadb_x_policy_type]);
128 if (xpl->sadb_x_policy_type != IPSEC_POLICY_IPSEC) {
H A Dpolicy_parse.y309 p->sadb_x_policy_type = p_type;
/freebsd-10.0-release/sys/net/
H A Dpfkeyv2.h225 u_int16_t sadb_x_policy_type; /* See policy type of ipsec.h */ member in struct:sadb_x_policy
/freebsd-10.0-release/sys/netipsec/
H A Dkey_debug.c414 xpl->sadb_x_policy_type, xpl->sadb_x_policy_dir,
417 if (xpl->sadb_x_policy_type == IPSEC_POLICY_IPSEC) {
H A Dipsec.c981 if (xpl->sadb_x_policy_type == IPSEC_POLICY_DISCARD
982 || xpl->sadb_x_policy_type == IPSEC_POLICY_NONE)
986 if (cred != NULL && xpl->sadb_x_policy_type == IPSEC_POLICY_BYPASS) {
H A Dkey.c1411 newsp->policy = xpl0->sadb_x_policy_type;
1414 switch (xpl0->sadb_x_policy_type) {
1646 xpl->sadb_x_policy_type = sp->policy;
1854 if (xpl0->sadb_x_policy_type == IPSEC_POLICY_ENTRUST
1855 || xpl0->sadb_x_policy_type == IPSEC_POLICY_BYPASS) {
1862 && xpl0->sadb_x_policy_type == IPSEC_POLICY_IPSEC
3818 p->sadb_x_policy_type = type;
/freebsd-10.0-release/sbin/setkey/
H A Dtest-pfkey.c248 m_policy.sadb_x_policy_type = SADB_X_PL_IPSEC;

Completed in 211 milliseconds