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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dipt_pkttype.h5 int pkttype; member in struct:ipt_pkttype_info
/asus-wl-520gu-7.0.1.45/src/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_pkttype.h5 int pkttype; member in struct:ipt_pkttype_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dipt_pkttype.h5 int pkttype; member in struct:ipt_pkttype_info
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_pkttype.c25 unsigned char pkttype; member in struct:pkttypes
77 static void parse_pkttype(const char *pkttype, struct ipt_pkttype_info *info) argument
83 if(strcasecmp(pkttype, supported_types[i].name)==0)
85 info->pkttype=supported_types[i].pkttype;
90 exit_error(PARAMETER_PROBLEM, "Bad packet type '%s'", pkttype);
129 if(supported_types[i].pkttype==info->pkttype)
136 printf("%d ", info->pkttype); /* in case we didn't find an entry in named-packtes */
156 struct iptables_match pkttype variable in typeref:struct:iptables_match
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_pkttype.c22 return (skb->pkt_type == info->pkttype) ^ info->invert;
46 = { { NULL, NULL }, "pkttype", &match, &checkentry, NULL, THIS_MODULE };
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipt_pkttype.c22 return (skb->pkt_type == info->pkttype) ^ info->invert;
46 = { { NULL, NULL }, "pkttype", &match, &checkentry, NULL, THIS_MODULE };

Completed in 36 milliseconds