Searched defs:pkttype (Results 1 - 3 of 3) sorted by relevance

/external/iptables/include/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_pkttype.h5 int pkttype; member in struct:xt_pkttype_info
/external/iptables/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...]

Completed in 1494 milliseconds