Lines Matching defs:plabel
2246 ipsec_convert_bslabel_to_string(bslabel_t *sl, char **plabel)
2248 if (label_to_str(sl, plabel, M_LABEL, DEF_NAMES) != 0) {
2249 *plabel = strdup(dgettext(TEXT_DOMAIN,
2255 ipsec_convert_bslabel_to_hex(bslabel_t *sl, char **plabel)
2257 if (label_to_str(sl, plabel, M_INTERNAL, DEF_NAMES) != 0) {
2258 *plabel = strdup(dgettext(TEXT_DOMAIN,
2301 char *plabel;
2332 ipsec_convert_bslabel_to_string(&sl, &plabel);
2336 prefix, sensname, plabel, hlabel);
2337 free(plabel);