Home
last modified time | relevance | path

Searched refs:keysock (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/sckmd/sparc/sun4u/
H A Dsckmd.c76 static int keysock; variable
141 if ((keysock = socket(PF_KEY, SOCK_RAW, SCKMD_CURR_PFKEY_VER)) == -1) { in main()
146 (void) close(keysock); in main()
306 if ((keysock = socket(PF_KEY, SOCK_RAW, SCKMD_CURR_PFKEY_VER)) == -1) { in process_sckm_req()
314 if (write(keysock, pfkey_msg, msg_len) != msg_len) { in process_sckm_req()
317 close(keysock); in process_sckm_req()
332 close(keysock); in process_sckm_req()
398 pfd.fd = keysock; in get_pfkey_reply()
515 len = read(keysock, &msg_buf, sizeof (msg_buf)); in read_pfkey_msg()
/titanic_41/usr/src/uts/sparc/keysock/
H A DMakefile42 MODULE = keysock
/titanic_41/usr/src/uts/intel/keysock/
H A DMakefile42 MODULE = keysock
/titanic_41/usr/src/uts/common/inet/
H A DMakefile33 ip_multi.h ip_netinfo.h ip_ndp.h ip_rts.h ipsec_impl.h keysock.h \
/titanic_41/usr/src/cmd/cmd-inet/etc/sock2path.d/
H A Dsystem%2Fkernel51 27 4 2 /dev/keysock
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c62 static int keysock; variable
1039 rc = key_write(keysock, &msg, sizeof (msg)); in doflush()
1045 rc = read(keysock, &msg, sizeof (msg)); in doflush()
1098 rc = key_write(keysock, msg, sizeof (*msg)); in dodump()
1107 rc = read(keysock, get_buffer, sizeof (get_buffer)); in dodump()
1277 rc = key_write(keysock, buffer, in doaddresses()
1295 rc = read(keysock, buffer, buffer_size); in doaddresses()
1520 rc = key_write(keysock, buffer, SADB_64TO8(msgp->sadb_msg_len)); in doaddresses()
1534 rc = read(keysock, buffer, buffer_size); in doaddresses()
3233 rc = key_write(keysock, samsg, sizeof (*samsg)); in domonitor()
[all …]
/titanic_41/usr/src/uts/sparc/ml/
H A Dmodstubs.s422 MODULE(keysock,drv);
423 WSTUB(keysock, keysock_plumb_ipsec, nomod_zero);
424 WSTUB(keysock, keysock_extended_reg, nomod_zero);
425 WSTUB(keysock, keysock_next_seq, nomod_zero);
426 END_MODULE(keysock);
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s534 MODULE(keysock, drv);
535 WSTUB(keysock, keysock_plumb_ipsec, nomod_zero);
536 WSTUB(keysock, keysock_extended_reg, nomod_zero);
537 WSTUB(keysock, keysock_next_seq, nomod_zero);
538 END_MODULE(keysock);
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-kernel.mf167 driver name=keysock perms="keysock 0666 root sys" \
364 file path=kernel/drv/$(ARCH64)/keysock group=sys
478 $(i386_ONLY)file path=kernel/drv/keysock group=sys
479 file path=kernel/drv/keysock.conf group=sys
856 hardlink path=kernel/strmod/$(ARCH64)/keysock \
857 target=../../../kernel/drv/$(ARCH64)/keysock
869 $(i386_ONLY)hardlink path=kernel/strmod/keysock \
870 target=../../kernel/drv/keysock
/titanic_41/usr/src/uts/sparc/
H A DMakefile.sparc213 DRV_KMODS += ipsecesp iptun iwscn keysock kmdb kstat ksyms llc1
/titanic_41/usr/src/uts/intel/
H A DMakefile.intel269 DRV_KMODS += keysock
/titanic_41/exception_lists/
H A Dpackaging163 usr/include/inet/keysock.h
/titanic_41/usr/src/uts/common/
H A DMakefile.files574 KEYSOCK_OBJS += keysockddi.o keysock.o keysock_opt_data.o