Searched refs:IPPROTO_COMP (Results 1 – 10 of 10) sorted by relevance
/external/iproute2/include/linux/ |
D | in.h | 68 IPPROTO_COMP = 108, /* Compression Header Protocol */ enumerator 69 #define IPPROTO_COMP IPPROTO_COMP macro
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 68 IPPROTO_COMP = 108, /* Compression Header Protocol */ enumerator 69 #define IPPROTO_COMP IPPROTO_COMP macro
|
/external/strace/xlat/ |
D | inet_protocols.h | 92 #if defined(IPPROTO_COMP) || (defined(HAVE_DECL_IPPROTO_COMP) && HAVE_DECL_IPPROTO_COMP) 93 XLAT(IPPROTO_COMP),
|
D | inet_protocols.in | 28 IPPROTO_COMP
|
/external/iproute2/include/ |
D | utils.h | 36 #ifndef IPPROTO_COMP 37 #define IPPROTO_COMP 108 macro
|
/external/ipsec-tools/src/libipsec/ |
D | libpfkey.h | 196 #define IPPROTO_IPCOMP IPPROTO_COMP
|
/external/iproute2/ip/ |
D | xfrm_state.c | 74 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_COMP)); in usage() 630 case IPPROTO_COMP: in xfrm_state_modify() 807 if (req.xspi.info.id.proto == IPPROTO_COMP) in xfrm_state_allocspi()
|
D | ipxfrm.c | 100 proto == IPPROTO_COMP); in xfrm_xfrmproto_is_ipsec() 115 { "esp", IPPROTO_ESP }, { "ah", IPPROTO_AH }, { "comp", IPPROTO_COMP }, 1145 } else if (id->proto == IPPROTO_COMP && ntohl(id->spi) >= 0x10000) { in xfrm_id_parse()
|
D | xfrm_policy.c | 95 fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_COMP)); in usage()
|
/external/iptables/extensions/ |
D | libxt_policy.c | 151 e->proto != IPPROTO_COMP) in policy_parse()
|