Searched defs:wildcard (Results 1 - 1 of 1) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-dnssec.c605 /* Copy over information about the signer and wildcard source of synthesis */
629 bool wildcard; local
690 /* Determine the "Source of Synthesis" and whether this is a wildcard RRSIG */
701 * synthesized from a wildcard, we are the wildcard itself. Treat that like a normal name. */
708 wildcard = r == 0;
710 wildcard = r > 0;
772 /* Hash the source of synthesis. If this is a wildcard, then prefix it with the *. label */
773 if (wildcard)
827 else if (wildcard)
1354 const char *zone, *p, *pp = NULL, *wildcard; local
[all...]

Completed in 717 milliseconds