Home
last modified time | relevance | path

Searched refs:ike (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/pkg/manifests/
H A Dsystem-network.mf36 dir path=etc/inet/ike group=sys
37 dir path=etc/inet/ike/crls group=sys
38 dir path=etc/inet/ike/publickeys group=sys
40 dir path=etc/inet/secret/ike.privatekeys group=sys mode=0700
66 file path=etc/inet/ike/config.sample group=sys mode=0444
70 file path=etc/inet/secret/ike.preshared group=sys mode=0600 \
71 original_name=SUNWcnetr:etc/inet/secret/ike.preshared preserve=true
H A DSUNWcs.man4.inc49 file path=usr/share/man/man4/ike.config.4
50 file path=usr/share/man/man4/ike.preshared.4
H A DSUNWcs.mf497 file path=lib/svc/manifest/network/ipsec/ike.xml group=sys mode=0444
/titanic_50/usr/src/cmd/cmd-inet/etc/secret/
H A DMakefile28 PRIVATEKEYDIR= ike.privatekeys
29 ETCPROG= ike.preshared ipseckeys.sample
H A Dike.preshared28 # ike.preshared - Pre-shared secrets for IKE authentication.
37 # Consult the man page for ike.preshared(4) for details.
/titanic_50/usr/src/cmd/cmd-inet/etc/default/
H A Dipsec.dfl31 # is /etc/inet/ike/config
32 #IKE_CONFIG=/etc/inet/ike/config
/titanic_50/usr/src/cmd/cmd-inet/etc/ike/
H A DMakefile27 IKEDIR= ike
H A Dconfig.sample29 ## This file should be copied into /etc/inet/ike/config to enable the
35 # Consult the ike.config(4) man page for further details. Here is a small
/titanic_50/usr/src/man/man4/
H A DMakefile84 ike.config.4 \
85 ike.preshared.4 \
/titanic_50/usr/src/tools/scripts/
H A Dcheckpaths.sh83 -e ^usr/include/ike/ -b $ROOT \
/titanic_50/usr/src/cmd/cmd-inet/etc/
H A DMakefile30 SUBDIRS= default dhcp init.d ike nca ppp secret sock2path.d
H A Dservices183 ike 500/udp ike # Internet Key Exchange
/titanic_50/usr/src/cmd/svc/milestone/
H A Dnet-nwam48 IPSEC_IKE_DEFAULT_CONFIG_FILE=/etc/inet/ike/config
395 ike_file=`nwam_get_loc_prop Legacy ike-config-file`
H A Dnet-loc435 ike_file=`nwam_get_loc_prop $loc ike-config-file`
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l207 <TSTATE>ike-config-file { return LOC_IKE_CONFIG; }
/titanic_50/usr/src/cmd/svc/shell/
H A Dmfsthistory298 svc:/network/ipsec/ike:default var/svc/manifest/network/ipsec/ike.xml
299 svc:/network/ipsec/ike var/svc/manifest/network/ipsec/ike.xml
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c13954 const IKEHeader *const ike = (IKEHeader *)(t + (NonESP ? 12 : 8)); in mDNSCoreReceiveRawTransportPacket() local
13956 if (ikelen >= sizeof(IKEHeader) && end >= ((mDNSu8 *)ike) + sizeof(IKEHeader)) in mDNSCoreReceiveRawTransportPacket()
13957 if ((ike->Version & 0x10) == 0x10) in mDNSCoreReceiveRawTransportPacket()
13961 if (ike->ExchangeType == 5 || ike->ExchangeType == 34) wake = mDNSfalse; in mDNSCoreReceiveRawTransportPacket()
13962 LogSPS("%s %d-byte IKE ExchangeType %d", XX, ike->ExchangeType); in mDNSCoreReceiveRawTransportPacket()