代码搜索:Sec

找到约 10,000 项符合「Sec」的源代码

代码结果 10,000
www.eeworm.com/read/486037/1254883

h ip6t_limit.h

#ifndef _IP6T_RATE_H #define _IP6T_RATE_H /* timings are in milliseconds. */ #define IP6T_LIMIT_SCALE 10000 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490 seconds, or one e
www.eeworm.com/read/486037/1256447

h ip6t_limit.h

#ifndef _IP6T_RATE_H #define _IP6T_RATE_H /* timings are in milliseconds. */ #define IP6T_LIMIT_SCALE 10000 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490 seconds, or one e
www.eeworm.com/read/480930/1308493

h ip6t_limit.h

#ifndef _IP6T_RATE_H #define _IP6T_RATE_H /* timings are in milliseconds. */ #define IP6T_LIMIT_SCALE 10000 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490 seconds, or one e
www.eeworm.com/read/479151/1341314

h ip6t_limit.h

#ifndef _IP6T_RATE_H #define _IP6T_RATE_H /* timings are in milliseconds. */ #define IP6T_LIMIT_SCALE 10000 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490 seconds, or one e
www.eeworm.com/read/250243/4439712

h ip6t_limit.h

#ifndef _IP6T_RATE_H #define _IP6T_RATE_H /* timings are in milliseconds. */ #define IP6T_LIMIT_SCALE 10000 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490 seconds, or one e
www.eeworm.com/read/246537/4493517

c tv_sub.c

#include "unp.h" void tv_sub(struct timeval *out, struct timeval *in) { if ( (out->tv_usec -= in->tv_usec) < 0) { /* out -= in */ --out->tv_sec; out->tv_usec += 1000000; } out->tv_sec -= in->t
www.eeworm.com/read/246537/4493767

c tv_sub.c

#include "unp.h" void tv_sub(struct timeval *out, struct timeval *in) { if ( (out->tv_usec -= in->tv_usec) < 0) { /* out -= in */ --out->tv_sec; out->tv_usec += 1000000; } out->tv_sec -= in->t
www.eeworm.com/read/246537/4493818

c tv_sub.c

#include "unp.h" void tv_sub(struct timeval *out, struct timeval *in) { if ( (out->tv_usec -= in->tv_usec) < 0) { /* out -= in */ --out->tv_sec; out->tv_usec += 1000000; } out->tv_sec -= in->t
www.eeworm.com/read/243567/4525288

h ip6t_limit.h

#ifndef _IP6T_RATE_H #define _IP6T_RATE_H /* timings are in milliseconds. */ #define IP6T_LIMIT_SCALE 10000 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490 seconds, or one e
www.eeworm.com/read/226641/4783013

h ip6t_limit.h

#ifndef _IP6T_RATE_H #define _IP6T_RATE_H /* timings are in milliseconds. */ #define IP6T_LIMIT_SCALE 10000 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490 seconds, or one e