Searched refs:ipt_udp (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_udp.c60 struct ipt_udp *udpinfo = (struct ipt_udp *)m->data;
76 struct ipt_udp *udpinfo = (struct ipt_udp *)(*match)->data;
162 const struct ipt_udp *udp = (struct ipt_udp *)match->data;
179 const struct ipt_udp *udpinfo = (struct ipt_udp *)match->data;
215 .size = IPT_ALIGN(sizeof(struct ipt_udp)),
216 .userspacesize = IPT_ALIGN(sizeof(struct ipt_udp)),
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dip_tables.h117 #define ipt_udp xt_udp macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h182 struct ipt_udp struct
189 /* Values for "invflags" field in struct ipt_udp. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dip_tables.h124 #define ipt_udp xt_udp macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/netconf/
H A Dnetconf_linux.c243 struct ipt_udp *udp = NULL;
249 udp = (struct ipt_udp *) &match->data[0];
495 struct ipt_udp *udp = NULL;
501 udp = (struct ipt_udp *) &match->data[0];
884 struct ipt_udp *udp;
886 if (!(match = netconf_append_match(&entry, "udp", sizeof(struct ipt_udp))))
888 udp = (struct ipt_udp *) &match->data[0];

Completed in 116 milliseconds