| /onnv/onnv-gate/usr/src/cmd/mdb/intel/amd64/nca/ |
| Makefile | 28 MODULE = nca.so 31 MODSRCS = nca.c
|
| /onnv/onnv-gate/usr/src/cmd/mdb/intel/ia32/nca/ |
| Makefile | 28 MODULE = nca.so 31 MODSRCS = nca.c
|
| /onnv/onnv-gate/usr/src/cmd/mdb/sparc/v9/nca/ |
| Makefile | 28 MODULE = nca.so 31 MODSRCS = nca.c
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWncar/ |
| preremove | 28 # Remove NCA driver using rem_drv 36 rem_drv -b ${BASEDIR} nca || EXIT=1
|
| prototype_i386 | 50 f none kernel/drv/nca 755 root sys 51 l none kernel/strmod/nca=../../kernel/drv/nca 53 f none kernel/drv/amd64/nca 755 root sys 55 l none kernel/strmod/amd64/nca=../../../kernel/drv/amd64/nca
|
| prototype_sparc | 50 f none kernel/drv/sparcv9/nca 755 root sys 52 l none kernel/strmod/sparcv9/nca=../../../kernel/drv/sparcv9/nca
|
| postinstall | 28 # Install NCA driver using add_drv - 43 not_installed nca || add_drv -b ${BASEDIR} -n nca || EXIT=1
|
| prototype_com | 57 f none kernel/drv/nca.conf 644 root sys 72 d none etc/nca 755 root sys 73 e preserve etc/nca/nca.if 644 root sys 74 e preserve etc/nca/ncaport.conf 644 root sys 75 e ncakmod etc/nca/ncakmod.conf 644 root sys 76 e ncalogd etc/nca/ncalogd.conf 644 root sys
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/init.d/ |
| ncakmod | 30 nca=drv/nca 31 ncakmodconf=/etc/nca/ncakmod.conf 32 ncaifconf=/etc/nca/nca.if 91 /usr/sbin/modload -p $nca 93 # Insert NCA into the stream of all the interfaces configured. 103 # Set the default HTTPD door in NCA via ndd 104 /usr/sbin/ndd -set /dev/nca httpd_door_path \ 112 echo "System reset is required to stop NCA functionality [all...] |
| ncalogd | 34 ncalogdconf=/etc/nca/ncalogd.conf 35 ncakmodconf=/etc/nca/ncakmod.conf 115 # Finally, set the specified file as a NCA log file 116 /usr/sbin/ndd -set /dev/nca nca_log_file $i 122 /usr/sbin/ndd -set /dev/nca nca_log_size $logd_file_size 123 /usr/sbin/ndd -set /dev/nca nca_logging_on 1 131 /usr/sbin/ndd -set /dev/nca nca_logging_on 0
|
| /onnv/onnv-gate/usr/src/uts/common/inet/nca/ |
| Makefile | 28 # uts/common/inet/nca/Makefile 33 HDRS= nca.h ncadoorhdr.h ncakmem.h ncalogd.h ncandd.h ncaio.h 35 ROOTDIRS= $(ROOT)/usr/include/inet/nca 37 ROOTHDRS= $(HDRS:%=$(ROOT)/usr/include/inet/nca/%)
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/nca/ |
| Makefile | 25 # cmd/cmd-inet/etc/nca/Makefile 28 NCADIR= nca 29 ETCPROG= nca.if ncakmod.conf ncalogd.conf ncaport.conf
|
| /onnv/onnv-gate/usr/src/uts/intel/nca/ |
| Makefile | 22 # uts/intel/nca/Makefile 29 # This makefile drives the production of the nca driver 43 MODULE = nca 48 CONF_SRCDIR = $(UTSBASE)/common/inet/nca
|
| /onnv/onnv-gate/usr/src/uts/sparc/nca/ |
| Makefile | 22 # uts/sparc/nca/Makefile 29 # This makefile drives the production of the nca driver 43 MODULE = nca 48 CONF_SRCDIR = $(UTSBASE)/common/inet/nca
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/ |
| Makefile | 41 CPPFLAGS += -I$(SRC)/uts/common/inet/nca
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/nca/ |
| Makefile | 48 INC_PATH += ../../../../uts/common/inet/nca -I.
|
| /onnv/onnv-gate/usr/src/cmd/mdb/ |
| Makefile.common | 77 nca \
|
| /onnv/onnv-gate/usr/src/cmd/ypcmd/ |
| yp_b_subr.c | 1074 struct netconfig *nca, *ncb; local 1089 nca = a->ypbind_nconf; 1091 ncb->nc_flag = nca->nc_flag; 1093 nca->nc_protofmly ? strdup(nca->nc_protofmly) : NULL; 1095 nca->nc_proto ? strdup(nca->nc_proto) : NULL; 1096 ncb->nc_semantics = nca->nc_semantics; 1098 nca->nc_netid ? strdup(nca->nc_netid) : NULL [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/ |
| nl7cnca.c | 48 #include <inet/nca/nca.h> 49 #include <inet/nca/ncalogd.h> 52 * This file is for NCA compatability, specifically it provides ndd 53 * support for existing NCA ndd ... 75 #include <inet/nca/ncandd.h> 199 * Obsolete nca variables, just warn. 341 (void) mi_mpprintf(mp, "obsolete for /dev/nca, use /dev/ip"); 349 (void) mi_mpprintf(mp, "obsolete for /dev/nca, use /dev/tcp"); 357 (void) mi_mpprintf(mp, "obsolete for /dev/nca"); [all...] |
| nl7c.c | 42 * NL7C replaces NCA (Network Cache and Accelerator) and in the future 43 * NCAS (NCA/SSL). 45 * Further, NL7C uses all NCA configuration files, see "/etc/nca/", the 46 * NCA socket API, "AF_NCA", and "ndd /dev/nca" for backwards compatibility. 60 #include <inet/nca/ncadoorhdr.h> 61 #include <inet/nca/ncalogd.h> 62 #include <inet/nca/ncandd.h> 67 * NL7C, NCA, NL7C logger enabled [all...] |
| nl7clogd.c | 38 #include <inet/nca/ncadoorhdr.h> 39 #include <inet/nca/ncalogd.h> 53 * NL7C reuses the NCA logging scheme, the directory "/var/nca" contains 54 * the symlink "current" to 1 of up to 16 NCA BLF logging files, by default 57 * in the "/var/nca" directory. 59 * NL7C reuses the NCA logging APIs defined in <inet/nca/ncalogd.h>, at 60 * some future date (when NCA is deprecated or improvements are needed) 64 * is handled completely in the kernel by NL7C when it's enabled vs NCA [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/ |
| Makefile | 31 SUBDIRS= default dhcp init.d ike nca ppp secret
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ |
| Makefile | 32 SUBDIRS= chat ftp nc nca netstat \ 35 MSGSUBDIRS= nca talk 45 LINTSUBDIRS= nca netstat pppd pppstats tftp
|
| /onnv/onnv-gate/usr/src/uts/ |
| Makefile | 142 common/inet/nca \
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWmdbr/ |
| prototype_i386 | 48 f none kernel/kmdb/amd64/nca 555 root sys 84 f none kernel/kmdb/nca 555 root sys
|