Home
last modified time | relevance | path

Searched refs:priority_offset (Results 1 – 1 of 1) sorted by relevance

/external/ipsec-tools/src/libipsec/
Dipsec_dump_policy.c105 int32_t priority_offset; local
125 priority_offset = 0;
132 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_HIGH;
140 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_DEFAULT;
145 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_LOW;
150 priority_offset *= -1;
151 if (priority_offset < 0)
154 priority_offset *= -1;
191 + ((priority_offset != 0) ? 13 : 0) /* [space operator space int] */
202 if (priority_offset != 0)
[all …]