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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_comment.h4 #define IPT_MAX_COMMENT_LEN 256 macro
7 unsigned char comment[IPT_MAX_COMMENT_LEN];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dipt_comment.h6 #define IPT_MAX_COMMENT_LEN XT_MAX_COMMENT_LEN macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/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 52 milliseconds