Searched refs:network (Results 1 - 25 of 29) sorted by relevance

12

/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_fs_minimal.sh60 # /var 2, install network management services. Manifest import depends on
63 /usr/bin/cp -f /.SUNWnative/lib/svc/manifest/network/network-netcfg.xml \
64 /var/svc/manifest/network/network-netcfg.xml
65 /usr/bin/cp -f /.SUNWnative/lib/svc/manifest/network/network-ipmgmt.xml \
66 /var/svc/manifest/network/network-ipmgmt.xml
H A Ds10_net_include.sh645 # net_reconfigure is called from the network/physical service (by the
666 # between datalink-management and network/physical.
668 svcadm enable -ts network/datalink-management:default
682 network/datalink-management:default 2>/dev/null`
690 echo "The network/datalink-management service \c"
/osnet-11/usr/src/cmd/hal/addons/network-devices/
H A Daddon-network-discovery.c28 #include "network-discovery.h"
40 char *network; member in struct:__anon21
46 nds_snmp_scan(LibHalContext *ctx, char *parent, char *community, char *network) argument
51 ctx, NP(parent), NP(community), NP(network)));
56 if (network == NULL) {
66 scan_for_devices_using_snmp(ctx, parent, community, network);
84 if (args->network) free(args->network);
89 nds_snmp_scan(args->ctx, args->parent, args->community, args->network);
96 char *community, char *network)
95 nds_EnablePrinterScanningViaSNMP(LibHalContext *ctx, char *parent, int interval, char *community, char *network) argument
137 nds_ScanForPrintersViaSNMP(LibHalContext *ctx, char *parent, char *community, char *network) argument
168 char *network = "0.0.0.0"; local
186 char *network = "0.0.0.0"; local
[all...]
H A DMakefile26 PROG = hald-addon-network-discovery
27 OBJS = addon-network-discovery.o probe-snmp.o snmp.o logger.o cache.o common.o printer.o
46 probe-snmp.o: ../../probing/network-printer/probe-snmp.c
47 $(COMPILE.c) -o $@ ../../probing/network-printer/probe-snmp.c
H A Dnetwork-discovery.h20 char *community, char *network);
H A Dsnmp.c24 #include "network-discovery.h"
58 /* have we already seen this network device */
67 char *network)
76 ctx, NP(parent), NP(community), NP(network)));
83 session.peername = network;
66 scan_for_devices_using_snmp(LibHalContext *ctx, char *parent, char *community, char *network) argument
/osnet-11/usr/src/cmd/hal/addons/
H A DMakefile28 SUBDIRS = storage acpi network-devices cpufreq
/osnet-11/usr/src/cmd/hal/probing/
H A DMakefile26 SUBDIRS = storage volume printer network-printer acpi xkb
/osnet-11/usr/src/cmd/hal/probing/network-printer/
H A DMakefile27 PROG = hald-probe-network-printer
28 OBJS = probe-network-printer.o logger.o probe-snmp.o printer.o
29 SRCS = probe-network-printer.c
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/tools/
H A Dprintnet.c30 * Print SUNWbinfiles DHCP network containers.
53 char netmask[INET_ADDRSTRLEN], network[INET_ADDRSTRLEN]; local
74 "binfiles network container\n", argv[0], argv[i]);
78 (void) printf("binfiles network container `%s':\n", argv[i]);
81 (void) inet_ntop(AF_INET, &in_addr, network, INET_ADDRSTRLEN);
85 (void) printf("%12s: %s\n", "network", network);
/osnet-11/usr/src/lib/libresolv2/
H A Ddns-client71 svccfg -s svc:/network/dns/client delcust
H A DMakefile30 MANIFESTDIR= $(ROOT)/lib/svc/manifest/network/dns
/osnet-11/usr/src/lib/libcmd/common/
H A Ddate.c161 "[n!:network?Set network time.]"
219 settime(void* context, const char* cmd, Time_t now, int adjust, int network) argument
226 if (!adjust && !network)
242 if (network)
301 int network = 0; /* don't set network time */ local
342 network = 1;
502 else if (settime(context, cmd, now, increment, network))
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetent.c67 char **network, *cname = NULL; local
111 network = __ns_ldap_getAttr(result->entry, _N_NETWORK);
112 if (network == NULL || network[0] == NULL ||
113 (len = strlen(network[0])) < 1) {
117 len = snprintf(buffer, buflen, "%s %s", cname, network[0]);
145 * string for it as a network number. To allow for the possibility of
191 * getbyname gets a network entry by name. This function constructs an
192 * ldap search filter using the network name invocation parameter and the
228 * getbyaddr gets a network entr
[all...]
/osnet-11/usr/src/lib/brand/labeled/zone/
H A Dcommon.ksh275 printf "$fmtsvc" network/ldap/client default
277 searchbase=$(svcprop -p config/search_base network/ldap/client)
279 serverlist=$(svcprop -p config/server_list network/ldap/client)
281 profName=$(svcprop -p config/profile network/ldap/client)
286 profDN=$(svcprop -p cred/bind_dn network/ldap/client)
357 # possible values are "system,identity,network,location,users"
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist104 64 Machine is not on the network
118 80 Name not unique on network
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DTime.pm100 Net::Time - time and daytime network client interface
H A DPing.pm1428 hosts on a network. A ping object is first created with optional
1623 Close the network connection for this ping object. The network
1624 connection is also closed by "undef $p". The network connection is
1641 There will be less network overhead (and some efficiency in your
1646 avoid flooding your network with packets.
1650 privileges, but not all network devices implement tcp or udp echo.
1653 However, on a very congested network it may take up to 3 seconds or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm71 in network order.
77 network order) and translates it into a string of the form 'd.d.d.d'
88 a particular network interface. This wildcard address
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t151 Fetching network info:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm100 >>4 byte &01 (network-ordered)
106 >>4 byte &01 (network-ordered)
163 # Same as store, but in network order.
211 # Call C routine nstore or pstore, depending on network order
233 # Same as store_fd, but in network order.
251 # Call C routine nstore or pstore, depending on network order
272 # Same as freeze but in network order.
286 # Call C routine mstore or net_mstore, depending on network order
441 You can also store data in network order to allow easy sharing across
443 connected. The routines to call have an initial C<n> prefix for I<network>,
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mknetdir.in67 --subdir=DIR relative subdirectory on network server
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh82 # For an exclusive stack zone, verify the zonecfg network configuration
168 # Note that we disable the various instances of the svc:/network/shares/group
370 # Fix network services if shared stack.
375 NETPHYSDEF="svc:/network/physical:default"
376 NETPHYSNWAM="svc:/network/physical:nwam"
394 for svc in $(/usr/bin/egrep network/routing $insttmpfile)
425 for svc in $(/usr/bin/egrep network/shares/group $insttmpfile)
524 v_fixnetsvcs=$(gettext "Adjusting network SMF services")
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm144 Anything marked as BE is Big Endian (or network byte order) and LE is
151 =item BOM as integer when fetched in network byte order
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH1638 * available to close whatever was being used for network queries.
1733 * available to look up network names in some data base or another.
1774 * available to look up network services in some data base or another.
1791 * friends htons() ntohl() ntohs()) are available to do network
1796 * friends htonl() ntohl() ntohs()) are available to do network
1801 * friends htonl() htons() ntohs()) are available to do network
1806 * friends htonl() htons() ntohl()) are available to do network

Completed in 57 milliseconds

12