HomeSort by: relevance | last modified time | path
    Searched defs:dns (Results 1 - 3 of 3) sorted by relevancy

  /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/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/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

Completed in 36 milliseconds