• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/netconf/

Lines Matching refs:IPT_FUNCTION_MAXNAMELEN

85 	if (strncmp(name, "INPUT", IPT_FUNCTION_MAXNAMELEN) == 0)
87 else if (strncmp(name, "FORWARD", IPT_FUNCTION_MAXNAMELEN) == 0)
89 else if (strncmp(name, "OUTPUT", IPT_FUNCTION_MAXNAMELEN) == 0)
104 if (strncmp(name, "DROP", IPT_FUNCTION_MAXNAMELEN) == 0)
106 else if (strncmp(name, "ACCEPT", IPT_FUNCTION_MAXNAMELEN) == 0)
108 else if (strncmp(name, "logdrop", IPT_FUNCTION_MAXNAMELEN) == 0)
110 else if (strncmp(name, "logaccept", IPT_FUNCTION_MAXNAMELEN) == 0)
112 else if (strncmp(name, "SNAT", IPT_FUNCTION_MAXNAMELEN) == 0)
114 else if (strncmp(name, "DNAT", IPT_FUNCTION_MAXNAMELEN) == 0)
116 else if (strncmp(name, "MASQUERADE", IPT_FUNCTION_MAXNAMELEN) == 0)
118 else if (strncmp(name, "autofw", IPT_FUNCTION_MAXNAMELEN) == 0)
178 strncmp(ipt_table_name[num], *table, IPT_FUNCTION_MAXNAMELEN) != 0)
222 if (strncmp(match->u.user.name, "tcp", IPT_FUNCTION_MAXNAMELEN) != 0)
246 if (strncmp(match->u.user.name, "udp", IPT_FUNCTION_MAXNAMELEN) != 0)
267 if (strncmp(match->u.user.name, "mac", IPT_FUNCTION_MAXNAMELEN) != 0)
280 if (strncmp(match->u.user.name, "state", IPT_FUNCTION_MAXNAMELEN) != 0)
295 if (strncmp(match->u.user.name, "time", IPT_FUNCTION_MAXNAMELEN) != 0)
421 if (strncmp(ipt_table_name[fw->target], *table, IPT_FUNCTION_MAXNAMELEN) != 0)
473 if (strncmp(match->u.user.name, "tcp", IPT_FUNCTION_MAXNAMELEN) != 0)
498 if (strncmp(match->u.user.name, "udp", IPT_FUNCTION_MAXNAMELEN) != 0)
521 if (strncmp(match->u.user.name, "mac", IPT_FUNCTION_MAXNAMELEN) != 0)
538 if (strncmp(match->u.user.name, "state", IPT_FUNCTION_MAXNAMELEN) != 0)
556 if (strncmp(match->u.user.name, "time", IPT_FUNCTION_MAXNAMELEN) != 0)
679 strncpy(match->u.user.name, name, IPT_FUNCTION_MAXNAMELEN);
712 strncpy(target->u.user.name, name, IPT_FUNCTION_MAXNAMELEN);