Searched refs:IPT_MAX_COMMENT_LEN (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_comment.h4 #define IPT_MAX_COMMENT_LEN 256 macro
7 unsigned char comment[IPT_MAX_COMMENT_LEN];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_comment.h4 #define IPT_MAX_COMMENT_LEN 256 macro
7 unsigned char comment[IPT_MAX_COMMENT_LEN];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_comment.h4 #define IPT_MAX_COMMENT_LEN 256 macro
7 unsigned char comment[IPT_MAX_COMMENT_LEN];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/extensions/
H A Dlibipt_comment.c37 if (slen >= IPT_MAX_COMMENT_LEN) {
39 "COMMENT must be shorter than %i characters", IPT_MAX_COMMENT_LEN);
88 commentinfo->comment[IPT_MAX_COMMENT_LEN-1] = '\0';
98 commentinfo->comment[IPT_MAX_COMMENT_LEN-1] = '\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/extensions/
H A Dlibipt_comment.c37 if (slen >= IPT_MAX_COMMENT_LEN) {
39 "COMMENT must be shorter than %i characters", IPT_MAX_COMMENT_LEN);
88 commentinfo->comment[IPT_MAX_COMMENT_LEN-1] = '\0';
98 commentinfo->comment[IPT_MAX_COMMENT_LEN-1] = '\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/extensions/
H A Dlibipt_comment.c37 if (slen >= IPT_MAX_COMMENT_LEN) {
39 "COMMENT must be shorter than %i characters", IPT_MAX_COMMENT_LEN);
88 commentinfo->comment[IPT_MAX_COMMENT_LEN-1] = '\0';
98 commentinfo->comment[IPT_MAX_COMMENT_LEN-1] = '\0';

Completed in 163 milliseconds