Searched refs:pkttype (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_pkttype.h5 int pkttype; member in struct:ipt_pkttype_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_pkttype.c25 unsigned char pkttype; member in struct:pkttypes
72 static void parse_pkttype(const char *pkttype, struct ipt_pkttype_info *info) argument
78 if(strcasecmp(pkttype, supported_types[i].name)==0)
80 info->pkttype=supported_types[i].pkttype;
85 exit_error(PARAMETER_PROBLEM, "Bad packet type '%s'", pkttype);
124 if(supported_types[i].pkttype==info->pkttype)
131 printf("%d ", info->pkttype); /* in case we didn't find an entry in named-packtes */
150 static struct iptables_match pkttype variable in typeref:struct:iptables_match
[all...]
H A DMakefile8 PF_EXT_SLIB:=ah addrtype comment connmark conntrack dscp ecn esp hashlimit helper icmp iprange length limit mac mark multiport owner physdev pkttype policy realm sctp standard state tcp tcpmss tos ttl udp unclean CLASSIFY CONNMARK DNAT DSCP ECN LOG MARK MASQUERADE MIRROR NETMAP NFQUEUE NOTRACK REDIRECT REJECT SAME SNAT TCPMSS TOS TTL ULOG
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_pkttype.c19 unsigned char pkttype; member in struct:pkttypes
52 "pkttype match options:\n"
63 static void parse_pkttype(const char *pkttype, struct xt_pkttype_info *info) argument
68 if(strcasecmp(pkttype, supported_types[i].name)==0)
70 info->pkttype=supported_types[i].pkttype;
74 xtables_error(PARAMETER_PROBLEM, "Bad packet type '%s'", pkttype);
92 if(supported_types[i].pkttype==info->pkttype)
98 printf("%d", info->pkttype); /* i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_pkttype.c43 return (type == info->pkttype) ^ info->invert;
48 .name = "pkttype",
55 .name = "pkttype",

Completed in 135 milliseconds