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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_pkttype.h5 int pkttype; member in struct:ipt_pkttype_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/include/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_pkttype.h5 int pkttype; member in struct:ipt_pkttype_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/include/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_pkttype.h5 int pkttype; member in struct:ipt_pkttype_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/include/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/netfilter/
H A Dxt_pkttype.c42 return (type == info->pkttype) ^ info->invert;
46 .name = "pkttype",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netfilter/
H A Dxt_pkttype.c42 return (type == info->pkttype) ^ info->invert;
46 .name = "pkttype",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Drtmpproto.c929 int pktsize, pkttype; local
946 pkttype = bytestream_get_byte(&buf_temp);
955 if (((pkttype == RTMP_PT_VIDEO || pkttype == RTMP_PT_AUDIO) && ts == 0) ||
956 pkttype == RTMP_PT_NOTIFY) {
957 if (pkttype == RTMP_PT_NOTIFY)
963 ff_rtmp_packet_create(&rt->out_pkt, RTMP_SOURCE_CHANNEL, pkttype, ts, pktsize);
967 if (pkttype == RTMP_PT_NOTIFY)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Drtmpproto.c929 int pktsize, pkttype; local
946 pkttype = bytestream_get_byte(&buf_temp);
955 if (((pkttype == RTMP_PT_VIDEO || pkttype == RTMP_PT_AUDIO) && ts == 0) ||
956 pkttype == RTMP_PT_NOTIFY) {
957 if (pkttype == RTMP_PT_NOTIFY)
963 ff_rtmp_packet_create(&rt->out_pkt, RTMP_SOURCE_CHANNEL, pkttype, ts, pktsize);
967 if (pkttype == RTMP_PT_NOTIFY)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Drtmpproto.c929 int pktsize, pkttype; local
946 pkttype = bytestream_get_byte(&buf_temp);
955 if (((pkttype == RTMP_PT_VIDEO || pkttype == RTMP_PT_AUDIO) && ts == 0) ||
956 pkttype == RTMP_PT_NOTIFY) {
957 if (pkttype == RTMP_PT_NOTIFY)
963 ff_rtmp_packet_create(&rt->out_pkt, RTMP_SOURCE_CHANNEL, pkttype, ts, pktsize);
967 if (pkttype == RTMP_PT_NOTIFY)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/caif/
H A Dcaif_dev.c166 struct packet_type *pkttype, struct net_device *orig_dev)
165 receive(struct sk_buff *skb, struct net_device *dev, struct packet_type *pkttype, struct net_device *orig_dev) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/phonet/
H A Daf_phonet.c356 struct packet_type *pkttype,
355 phonet_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pkttype, struct net_device *orig_dev) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/caif/
H A Dcaif_dev.c166 struct packet_type *pkttype, struct net_device *orig_dev)
165 receive(struct sk_buff *skb, struct net_device *dev, struct packet_type *pkttype, struct net_device *orig_dev) argument

Completed in 315 milliseconds

12