Searched defs:interfaces (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java692 // 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...]
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_dbus.c2734 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...]

Completed in 24 milliseconds