Searched refs:IPPROTO_COMP (Results 1 - 9 of 9) sorted by relevance

/external/iproute2/include/linux/
H A Din.h68 IPPROTO_COMP = 108, /* Compression Header Protocol */ enumerator in enum:__anon7807
69 #define IPPROTO_COMP IPPROTO_COMP macro
/external/kernel-headers/original/uapi/linux/
H A Din.h68 IPPROTO_COMP = 108, /* Compression Header Protocol */ enumerator in enum:__anon8705
69 #define IPPROTO_COMP IPPROTO_COMP macro
/external/strace/xlat/
H A Dinet_protocols.h92 #if defined(IPPROTO_COMP) || (defined(HAVE_DECL_IPPROTO_COMP) && HAVE_DECL_IPPROTO_COMP)
93 XLAT(IPPROTO_COMP),
/external/iproute2/include/
H A Dutils.h36 #ifndef IPPROTO_COMP
37 #define IPPROTO_COMP 108 macro
/external/ipsec-tools/src/libipsec/
H A Dlibpfkey.h196 #define IPPROTO_IPCOMP IPPROTO_COMP
/external/iproute2/ip/
H A Dipxfrm.c100 proto == IPPROTO_COMP);
115 { "esp", IPPROTO_ESP }, { "ah", IPPROTO_AH }, { "comp", IPPROTO_COMP },
1145 } else if (id->proto == IPPROTO_COMP && ntohl(id->spi) >= 0x10000) {
H A Dxfrm_state.c74 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_COMP));
630 case IPPROTO_COMP:
807 if (req.xspi.info.id.proto == IPPROTO_COMP)
H A Dxfrm_policy.c95 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_COMP));
/external/iptables/extensions/
H A Dlibxt_policy.c151 e->proto != IPPROTO_COMP)

Completed in 1742 milliseconds