HomeSort by relevance Sort by last modified time
    Searched refs:pkttype (Results 1 - 11 of 11) sorted by null

  /bionic/libc/kernel/uapi/linux/netfilter/
xt_pkttype.h 22 int pkttype; member in struct:xt_pkttype_info
  /external/iptables/include/linux/netfilter/
xt_pkttype.h 5 int pkttype; member in struct:xt_pkttype_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_pkttype.h 6 int pkttype; member in struct:xt_pkttype_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_pkttype.h 5 int pkttype; member in struct:xt_pkttype_info
  /external/iptables/extensions/
libxt_pkttype.c 19 unsigned char pkttype; member in struct:pkttypes
26 unsigned char pkttype; member in struct:pkttypes_xlate
57 "pkttype match options:\n"
68 static void parse_pkttype(const char *pkttype, struct xt_pkttype_info *info)
73 if(strcasecmp(pkttype, supported_types[i].name)==0)
75 info->pkttype=supported_types[i].pkttype;
79 xtables_error(PARAMETER_PROBLEM, "Bad packet type '%s'", pkttype);
97 if(supported_types[i].pkttype==info->pkttype)
    [all...]
  /external/syslinux/gpxe/src/arch/i386/drivers/net/
undiisr.S 87 pkttype: .byte 0 label
  /external/libnl/lib/route/cls/ematch/
meta.c 175 __ADD(TCF_META_ID_PKTTYPE, pkttype)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 1494 int pkttype = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 1429 int pkttype = 0; local
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 1518 int pkttype = 0; local
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c 1805 int pkttype = 0; local
    [all...]

Completed in 1496 milliseconds