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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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 87 milliseconds