HomeSort by: relevance | last modified time | path
    Searched refs:DNS_OPT_CLIENT_SUBNET (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
message.h 107 #define DNS_OPT_CLIENT_SUBNET 8 /*%< client subnet opt code */
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
opt_41.c 140 case DNS_OPT_CLIENT_SUBNET: {
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
opt_41.c 135 case DNS_OPT_CLIENT_SUBNET: {
  /src/external/mpl/bind/dist/lib/dns/include/dns/
message.h 116 #define DNS_OPT_CLIENT_SUBNET 8 /*%< client subnet opt code */
  /src/external/mpl/dhcp/bind/dist/lib/dns/
message.c 3743 } else if (optcode == DNS_OPT_CLIENT_SUBNET) {
3927 if (optcode == DNS_OPT_CLIENT_SUBNET) {
4101 } else if (optcode == DNS_OPT_CLIENT_SUBNET) {
4285 if (optcode == DNS_OPT_CLIENT_SUBNET) {
  /src/external/mpl/bind/dist/lib/dns/
message.c 3692 [DNS_OPT_CLIENT_SUBNET] = "CLIENT-SUBNET",
3868 case DNS_OPT_CLIENT_SUBNET:
4076 optcode == DNS_OPT_CLIENT_SUBNET)
4285 case DNS_OPT_CLIENT_SUBNET:
4467 if (optcode == DNS_OPT_CLIENT_SUBNET) {
  /src/external/mpl/bind/dist/lib/ns/
client.c 1166 ednsopts[count].code = DNS_OPT_CLIENT_SUBNET;
1587 case DNS_OPT_CLIENT_SUBNET:
  /src/external/mpl/bind/dist/bin/tools/
mdig.c 669 opts[i].code = DNS_OPT_CLIENT_SUBNET;
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 2512 opts[i].code = DNS_OPT_CLIENT_SUBNET;

Completed in 230 milliseconds