File: sbignum-tables.h

package info (click to toggle)
hping3 3.a2.ds2-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,992 kB
  • ctags: 3,213
  • sloc: ansic: 11,627; sh: 129; makefile: 82
file content (16 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _SBN_TABLES_H
#define _SBN_TABLES_H

#include <sys/types.h>

extern char *cset;
extern int8_t r_cset[256];
extern int8_t bitstable[256];
extern double basetable[37];
struct sbn_basepow {
	unsigned long maxpow;
	unsigned long maxexp;
};
extern struct sbn_basepow basepowtable[37];

#endif /* _SBN_TABLES_H */