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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_pkttype.h5 int pkttype; member in struct:ipt_pkttype_info
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_pkttype.c42 return (type == info->pkttype) ^ info->invert;
46 .name = "pkttype",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtmpproto.c927 int pktsize, pkttype; local
949 pkttype = bytestream_get_byte(&header);
957 if (((pkttype == RTMP_PT_VIDEO || pkttype == RTMP_PT_AUDIO) && ts == 0) ||
958 pkttype == RTMP_PT_NOTIFY) {
959 if (pkttype == RTMP_PT_NOTIFY)
965 ff_rtmp_packet_create(&rt->out_pkt, RTMP_SOURCE_CHANNEL, pkttype, ts, pktsize);
969 if (pkttype == RTMP_PT_NOTIFY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmpproto.c2753 int pktsize, pkttype; local
2778 pkttype = bytestream_get_byte(&header);
2785 if (pkttype == RTMP_PT_VIDEO)
2789 if (((pkttype == RTMP_PT_VIDEO || pkttype == RTMP_PT_AUDIO) && ts == 0) ||
2790 pkttype == RTMP_PT_NOTIFY) {
2791 if (pkttype == RTMP_PT_NOTIFY)
2802 pkttype, ts, pktsize)) < 0)
2808 if (pkttype == RTMP_PT_NOTIFY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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

Completed in 278 milliseconds