Home
last modified time | relevance | path

Searched refs:ADBUF_INCR (Results 1 – 2 of 2) sorted by relevance

/dports/net/hping3/hping3-20051105/
H A Dadbuf.c108 size_t newsz = b->size + len + ADBUF_INCR; in adbuf_add()
114 b->left += len + ADBUF_INCR; in adbuf_add()
H A Dadbuf.h21 #define ADBUF_INCR 256 /* note that this MUST BE >= 1 */ macro