Lines Matching defs:option
486 * Add EDNS0 option record to a message. Currently, the only supported
778 " +subnet=addr (Set edns-client-subnet option)\n"
781 " +ednsopt=###[:value] (Send specified EDNS option)\n"
790 " +[no]cookie[=###] (Send a COOKIE option)\n"
1035 plus_option(char *option, struct query *query, isc_boolean_t global)
1044 strlcpy(option_store, option, sizeof(option_store));
1048 printf(";; Invalid option %s\n", option_store);
1509 fprintf(stderr, "Ignored late global option: +%s\n", option);
1514 fprintf(stderr, "Invalid option: +%s\n", option);
1526 dash_option(const char *option, char *next, struct query *query,
1543 while (strpbrk(option, single_dash_opts) == &option[0]) {
1549 opt = option[0];
1590 if (strlen(option) > 1U)
1591 option = &option[1];
1595 opt = option[0];
1596 if (strlen(option) > 1U) {
1598 value = &option[1];
1665 fprintf(stderr, "Ignored late global option: -%s\n", option);
1669 fprintf(stderr, "Invalid option: -%s\n", option);
1714 char *option;
1722 option = &rv[0][1];
1723 while (strpbrk(option, single_dash_opts) == &option[0]) {
1724 switch (option[0]) {
1742 option = &option[1];
1842 * Anything which isn't an option