| /src/etc/ |
| nsswitch.conf | 12 hosts: files dns 22 # group: compat, dns, files, nis 23 # group_compat: dns, nis 24 # hosts: dns, files, nis, mdnsd, multicast_dns 26 # networks: dns, files, nis 27 # passwd: compat, dns, files, nis 28 # passwd_compat: dns, nis 29 # shells: dns, files, nis
|
| /src/usr.sbin/altq/altqd/altq.conf.samples/ |
| cbq.v6 | 56 class cbq sr0 dns intr borrow pbandwidth 5 red 57 filter6 sr0 dns ::0 0 ::0 53 17 # dns (udp) 58 filter6 sr0 dns ::0 53 ::0 0 17 # dns (udp) 59 filter6 sr0 dns ::0 0 ::0 53 6 # dns (tcp) 60 filter6 sr0 dns ::0 53 ::0 0 6 # dns (tcp)
|
| cbq.sample0 | 47 class cbq sr0 dns intr borrow pbandwidth 5 red 48 filter sr0 dns 0 0 0 53 17 49 filter sr0 dns 0 0 0 53 6
|
| cbq.widecamp | 54 class cbq sr0 dns intr borrow priority 5 pbandwidth 4 maxburst 8 red 55 filter sr0 dns 0 0 0 53 17 56 filter sr0 dns 0 0 0 53 6
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| kirkwood-dns325.dts | 7 model = "D-Link DNS-325 NAS (Rev A1)"; 8 compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
| gemini-dlink-dns-313.dts | 3 * Device Tree file for D-Link DNS-313 1-Bay Network Storage Enclosure 13 model = "D-Link DNS-313 1-Bay Network Storage Enclosure"; 14 compatible = "dlink,dns-313", "cortina,gemini";
|
| kirkwood-dnskw.dtsi | 6 model = "D-Link DNS NASes (kirkwood-based)"; 7 compatible = "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
| Makefile | 220 gemini-dlink-dns-313.dtb \
|
| /src/lib/libresolv/ |
| dst_api.c | 31 * DST_KEY *dst_dnskey_to_key() Function to convert DNS KEY RR to a DST 33 * int dst_key_to_dnskey() Function to return a public key in DNS 159 * flags: the dns flags of the key 160 * protocol: the dns protocol of the key 584 * Write a key to disk in DNS format. 639 * This function converts the contents of a DNS KEY RR into a DST 700 * Function to encode a public key into DNS KEY wire format 767 const int flags, /*!< dns flags */ 768 const int protocol, /*!< dns protocol */ 769 const u_char *key_buf, /*!< key in dns wire fmt * 775 u_char dns[2048]; local in function:dst_buffer_to_key 839 u_char dns[2048]; local in function:dst_s_read_private_key_file 968 u_char dns[2048]; local in function:dst_generate_key [all...] |
| /src/sys/external/bsd/ipf/netinet/ |
| ip_dns_pxy.c | 14 * map ... proxy port dns/udp 53 { block .cnn.com; } 72 RWLOCK_INIT(&softd->ipf_p_dns_rwlock, "ipf dns rwlock"); 184 * No real DNS packet is smaller than that. 196 MUTEX_INIT(&di->dnsi_lock, "dns lock"); 320 ipf_dns_hdr_t *dns; local in function:ipf_p_dns_inout 325 if (fin->fin_dlen < sizeof(*dns)) 328 dns = (ipf_dns_hdr_t *)((char *)fin->fin_dp + sizeof(udphdr_t)); 330 q = dns->dns_qdcount; 332 data = (char *)(dns + 1); 333 dlen = fin->fin_dlen - sizeof(*dns) - sizeof(udphdr_t) [all...] |
| /src/sbin/pppoectl/ |
| pppoectl.c | 494 } else if (startswith(arg, "query-dns=")) { 522 " [query-dns=3] [{no}ipcp] [{no}ipv6cp]\n" 537 " to print DNS addresses retrieved via query-dns\n" 613 printf("primary dns address "); 615 (addrs.dns[0] >> 24) & 0xff, 616 (addrs.dns[0] >> 16) & 0xff, 617 (addrs.dns[0] >> 8) & 0xff, 618 addrs.dns[0] & 0xff); 624 printf("secondary dns address ") [all...] |
| /src/dist/pf/sbin/pfctl/ |
| pfctl_table.c | 426 print_addrx(struct pfr_addr *ad, struct pfr_addr *rad, int dns) 449 if (dns && ad->pfra_net == hostnet) { 471 print_astats(struct pfr_astats *as, int dns) 476 print_addrx(&as->pfras_a, NULL, dns);
|
| /src/sys/net/ |
| if_sppp.h | 134 /* set the DNS options we would like to query during PPP negotiation */ 137 int query_dns; /* bitmask (bits 0 and 1) for DNS options to query in IPCP */ 142 /* get the DNS addresses we received from the peer */ 145 uint32_t dns[2]; /* IP addresses */ member in struct:spppdnsaddrs
|
| if_spppsubr.c | 181 #define IPCP_OPT_PRIMDNS 129 /* primary remote dns address */ 182 #define IPCP_OPT_SECDNS 131 /* secondary remote dns address */ 3920 uint8_t opt[6 /* compression */ + 6 /* address */ + 12 /* dns addresses */]; 6149 memcpy(&addrs->dns, &sp->dns_addrs, sizeof addrs->dns);
|
| /src/share/mk/ |
| bsd.prog.mk | 108 dns \
|