HomeSort by relevance Sort by last modified time
    Searched full:priority_str (Results 1 - 1 of 1) sorted by null

  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 106 char *priority_str; local
126 priority_str = "";
133 priority_str = "prio high";
141 priority_str = "prio def";
146 priority_str = "prio low";
190 + strlen(priority_str)
192 + ((strlen(priority_str) != 0) ? 1 : 0) /* space */
205 ipsp_dir_strs[xpl->sadb_x_policy_dir], priority_str, operator,
208 else if (strlen (priority_str) != 0)
211 ipsp_dir_strs[xpl->sadb_x_policy_dir], priority_str,
    [all...]

Completed in 93 milliseconds