Home
last modified time | relevance | path

Searched refs:LINUX_VERSION (Results 1 – 11 of 11) sorted by relevance

/external/iptables/include/
Diptables.h24 #define LINUX_VERSION(x,y,z) (0x10000*(x) + 0x100*(y) + z) macro
/external/quake/quake/src/QW/client/
Dbothdefs.h25 #define LINUX_VERSION 0.98 macro
Ddraw.c666 sprintf (ver, "Linux (%4.2f) QuakeWorld %4.2f", LINUX_VERSION, VERSION); in Draw_ConsoleBackground()
Dgl_draw.c816 sprintf (ver, "LinuxGL (%4.2f) QuakeWorld", LINUX_VERSION); in Draw_ConsoleBackground()
/external/quake/quake/src/WinQuake/
Dsys_linux.cpp399 printf ("Linux Quake -- Version %0.3f\n", LINUX_VERSION); in main()
Dquakedef.h30 #define LINUX_VERSION 1.30 macro
Ddraw.cpp558 sprintf (ver, "(Linux Quake %2.2f) %4.2f", (float)LINUX_VERSION, (float)VERSION); in Draw_ConsoleBackground()
Dgl_draw.cpp755 …sprintf (ver, "(Linux %2.2f, gl %4.2f) %4.2f", (float)LINUX_VERSION, (float)GLQUAKE_VERSION, (floa… in Draw_Init()
/external/iptables/extensions/
Dlibipt_DNAT.c172 if (kernel_version > LINUX_VERSION(2, 6, 10)) in DNAT_parse()
Dlibipt_SNAT.c172 if (kernel_version > LINUX_VERSION(2, 6, 10)) in SNAT_parse()
/external/iptables/iptables/
Diptables.c1296 kernel_version = LINUX_VERSION(x, y, z); in get_kernel_version()