Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/push/
H A Dpush.c575 struct hesiod_postoffice *hpo; in hesiod_get_pobox() local
581 hpo = hesiod_getmailhost (context, *user); in hesiod_get_pobox()
582 if (hpo == NULL) { in hesiod_get_pobox()
585 if (strcasecmp(hpo->hesiod_po_type, "pop") != 0) in hesiod_get_pobox()
586 errx (1, "Unsupported po type %s", hpo->hesiod_po_type); in hesiod_get_pobox()
588 ret = estrdup(hpo->hesiod_po_host); in hesiod_get_pobox()
589 *user = estrdup(hpo->hesiod_po_name); in hesiod_get_pobox()
590 hesiod_free_postoffice (context, hpo); in hesiod_get_pobox()
602 struct hes_postoffice *hpo; in hesiod_get_pobox() local
604 hpo = hes_getmailhost (*user); in hesiod_get_pobox()
[all …]