Searched refs:interfaces (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/etc/init.d/ |
H A D | ncakmod | 76 interfaces="$interfaces $interface" 78 interfaces="$interfaces $i" 82 # If we don't have any interfaces configured, exit 83 [ -z "$interfaces" ] && exit 0 93 # Insert NCA into the stream of all the interfaces configured. 94 interfaces="`echo $interfaces | /bin/tr ' ' '\012' | \ 97 /usr/lib/inet/ncaconfd -l $interfaces [all...] |
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPV1Manager.java | 218 Vector interfaces = config.getInterfaces(); 219 int i = 0, n = interfaces.size(); 232 // create a DAAdvertiser on all network interfaces for the 236 InetAddress interfac = (InetAddress)interfaces.elementAt(i); 288 InetAddress interfac = (InetAddress)interfaces.elementAt(i);
|
H A D | slpd.java | 404 // DAAdvertiser on all network interfaces. 406 Vector interfaces = config.getInterfaces(); 407 int i, n = interfaces.size(); 410 InetAddress interfac = (InetAddress)interfaces.elementAt(i); 446 new Object[] {interfaces, 489 Vector interfaces = config.getInterfaces(); 507 int j, m = interfaces.size(); 510 if (daAddresses.contains(interfaces.elementAt(i))) {
|
H A D | ActiveDiscoverer.java | 182 Vector interfaces = config.getInterfaces(); 183 int i, n = interfaces.size(); 186 InetAddress interfac = (InetAddress)interfaces.elementAt(i);
|
H A D | SLPConfig.java | 692 // creation message. Is it bound to all interfaces? The isSend parameter 1179 * @return the interfaces on which SLP should listen and transmit. 1182 private static Vector interfaces = null; field in class:SLPConfig 1186 if (interfaces == null) { 1200 String mcastI = System.getProperty("net.slp.interfaces"); 1201 interfaces = new Vector(); 1206 interfaces.addElement(iaLocal); 1207 return interfaces; 1225 interfaces.addElement(iaLocal); 1227 return interfaces; [all...] |
H A D | DATable.java | 340 Vector interfaces = conf.getInterfaces(); 342 if (interfaces.contains(addr)) {
|
H A D | RequestHandler.java | 883 Vector interfaces = config.getInterfaces(); 892 new Object[] {interfaces, 948 Vector interfaces = config.getInterfaces(); 957 new Object[] {interfaces, 1392 // Return true if the host address matches one of the local interfaces. 1396 Vector interfaces = config.getInterfaces(); 1410 if (interfaces.contains(addr)) { 1439 Vector interfaces = config.getInterfaces(); 1448 if (interfaces.contains(iaHost)) {
|
H A D | ServiceTable.java | 1247 // Construct URL to use on all interfaces. 1249 Vector interfaces = conf.getInterfaces(); 1250 int i, n = interfaces.size(); 1253 InetAddress addr = (InetAddress)interfaces.elementAt(i);
|
/illumos-gate/usr/src/cmd/lp/ |
H A D | Makefile | 46 $(ROOTETCLP)/interfaces \ 76 $(ROOTETCLP)/interfaces := DIRMODE = 775
|
/illumos-gate/usr/src/cmd/praudit/ |
H A D | print_audit.txt | 29 This describes some private interfaces currently provided by praudit. 31 these interfaces are MT-Safe.
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 91 interfaces, member in struct:stats_t 242 Statistics.interfaces++; 438 " %d interfaces\n %d lines\n" 443 Statistics.interfaces, Statistics.lines,
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | net-loc | 67 # echoes DHCP controlled interfaces separated by commas 69 # Don't parse the output of ifconfig(1M) because interfaces that haven't 74 # 1. parse netstat(1M) output for v4 interfaces in BOUND 96 # Get all interfaces with DHCP control, IFS is " " 97 interfaces=`get_dhcp_interfaces` 100 for intf in $interfaces; do
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | priv_defs | 423 Allows a process to configure a system's IP interfaces and routes. 445 Allows a process to create and destroy PPP (sppp) interfaces.
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | hald_dbus.c | 2734 hal_device_property_strlist_add (device, "info.interfaces", interface_name); 3745 GSList *interfaces; local 3748 interfaces = hal_device_property_get_strlist (d, "info.interfaces"); 3749 for (i = interfaces; i != NULL; i = g_slist_next (i)) { 4088 /* check for device-specific interfaces that individual objects may support */ 4140 GSList *interfaces; local 4143 interfaces = hal_device_property_get_strlist (d, "info.interfaces"); 4144 for (i = interfaces; [all...] |
/illumos-gate/usr/src/lib/libbsm/ |
H A D | auditxml | 539 * These interfaces are project private and will change without
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | gld.c | 30 * LAN drivers. The DLPI protocol and most STREAMS interfaces 275 static gld_interface_t interfaces[] = { variable 628 for (i = 0; i < sizeof (interfaces)/sizeof (*interfaces); i++) { 629 if (mediatype != interfaces[i].mac_type) 635 &interfaces[i]; 5821 * interfaces are bit reversed.
|
Completed in 92 milliseconds