File: dns_random.hh

package info (click to toggle)
pdns-recursor 3.3-3%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,256 kB
  • sloc: cpp: 13,251; ansic: 2,647; sh: 510; makefile: 87
file content (7 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
#ifndef PDNS_DNS_RANDOM
#define PDNS_DNS_RANDOM

void dns_random_init(const char data[16]);
unsigned int dns_random(unsigned int n);

#endif