Home | History | Annotate | Download | only in src

Lines Matching refs:srv

165     { "srv-host", 1, 0, 'W' },
281 { 'W', ARG_DUP, "name,target,...", gettext_noop("Specify a SRV record."), NULL },
2462 case 'W': /* --srv-host */
2471 problem = _("bad SRV record");
2478 ) problem = _("bad SRV target");
2971 /* add domain for any srv record without one. */
2972 struct mx_srv_record *srv;
2974 for (srv = daemon->mxnames; srv; srv = srv->next)
2975 if (srv->issrv &&
2976 strchr(srv->name, '.') &&
2977 strchr(srv->name, '.') == strrchr(srv->name, '.'))
2979 strcpy(buff, srv->name);
2982 free(srv->name);
2983 srv->name = opt_string_alloc(buff);