HomeSort by relevance Sort by last modified time
    Searched refs:IPPROTO_COMP (Results 76 - 83 of 83) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
in.h 38 IPPROTO_COMP = 108,
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
in.h 38 IPPROTO_COMP = 108,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 84 IPPROTO_COMP = 108, /* Compression Header Protocol. */
85 #define IPPROTO_COMP IPPROTO_COMP
  /external/ipsec-tools/src/libipsec/
libpfkey.h 196 #define IPPROTO_IPCOMP IPPROTO_COMP
  /external/iptables/extensions/
libxt_policy.c 151 e->proto != IPPROTO_COMP)
  /external/iproute2/ip/
ipxfrm.c 103 proto == IPPROTO_COMP);
118 { "esp", IPPROTO_ESP }, { "ah", IPPROTO_AH }, { "comp", IPPROTO_COMP },
xfrm_state.c 79 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_COMP));
668 if (req.xspi.info.id.proto == IPPROTO_COMP)
xfrm_policy.c 99 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_COMP));

Completed in 311 milliseconds

1 2 34