HomeSort by relevance Sort by last modified time
    Searched full:ipcomp (Results 1 - 25 of 30) sorted by null

1 2

  /external/tcpdump/
print-ipcomp.c 24 "@(#) $Header: /tcpdump/master/tcpdump/print-ipcomp.c,v 1.20 2003/11/19 00:36:08 guy Exp $";
36 struct ipcomp { struct
53 register const struct ipcomp *ipcomp; local
60 ipcomp = (struct ipcomp *)bp;
61 cpi = EXTRACT_16BITS(&ipcomp->comp_cpi);
66 if ((u_char *)(ipcomp + 1) >= ep - sizeof(struct ipcomp)) {
67 fputs("[|IPCOMP]", stdout)
    [all...]
Android.mk 56 print-ipcomp.c\
FILES 153 print-ipcomp.c
ipsec_doi.h 77 /* 4.4.5 IPSEC IPCOMP Transform Identifiers */
Makefile.in 78 print-igrp.c print-ip.c print-ipcomp.c print-ipfc.c \
INSTALL 172 print-ipcomp.c - IP Payload Compression Protocol printer routines
  /external/ipsec-tools/src/include-glibc/net/
pfkeyv2.h 46 #define SADB_X_EXT_RAWCPI 0x0080 /* use well known CPI (IPComp) */
  /external/iptables/extensions/
libip6t_policy.man 32 .BI "--proto " "ah|esp|ipcomp"
libipt_policy.man 32 .BI "--proto " "ah|esp|ipcomp"
libipt_policy.c 35 "[!] --proto proto match protocol (ah/esp/ipcomp)\n"
227 "policy match: protocol must ah/esp/ipcomp");
libip6t_policy.c 36 "[!] --proto proto match protocol (ah/esp/ipcomp)\n"
267 "policy match: protocol must ah/esp/ipcomp");
  /external/ipsec-tools/src/racoon/
algorithm.h 85 /* ipcomp */
170 /* ipcomp, auth meth, dh group */
TODO 14 o IPComp SA with wellknown CPI in CPI field. how to handle it?
88 o full support for variable length SPI. quickhack support for IPComp is done.
ipsec_doi.h 87 /* 4.4.5 IPSEC IPCOMP Transform Identifiers */
proposal.c 419 * need to accept 16bit and 32bit SPI (CPI) for IPComp.
430 "IPComp SPI size promoted "
702 "no ipcomp algorithm found\n");
785 * XXX SPI bits are left-filled, for use with IPComp.
strnames.c 410 { IPSECDOI_PROTO_IPCOMP, "IPCOMP", s_ipsecdoi_trns_ipcomp },
913 { SADB_X_SATYPE_IPCOMP, "IPCOMP", NULL },
pfkey.c 391 { SADB_X_SATYPE_IPCOMP, "IPCOMP" },
557 /* IPCOMP -> SADB_CALG */
784 plog(LLV_ERROR, LOCATION, NULL, "no IPCOMP algorithm.\n");
877 spi's for IPCOMP */
1070 /* IPCOMP has no replay window */
1357 /* no replay window for IPCOMP */
    [all...]
cftoken.l 425 ipcomp { YYD; yylval.num = IPPROTO_IPCOMP; return(UL_PROTO); }
ipsec_doi.c     [all...]
  /external/ipsec-tools/src/libipsec/
ipsec_set_policy.3 193 .Li ipcomp .
304 in ipsec ipcomp/transport//use
policy_token.l 129 ipcomp { yylval.num = IPPROTO_IPCOMP; return(PROTOCOL); }
ipsec_dump_policy.c 297 proto = "ipcomp";
pfkey_dump.c 135 "ipcomp",
  /external/iproute2/ip/
xfrm_state.c 610 /* XXX: IPCOMP spi is 16-bits;
  /external/ipsec-tools/
ChangeLog 663 negotiating ESP+IPcomp)

Completed in 311 milliseconds

1 2